Load Balancer - CSCE 412 Project 3 1.0
Loading...
Searching...
No Matches
Request Struct Reference

Represents a network request with source and destination IPs and a processing time. More...

#include <request.h>

Public Attributes

std::string ip_in
 Source IP address of the request.
 
std::string ip_out
 Destination IP address of the request.
 
int time
 Number of cycles required to process the request.
 

Detailed Description

Represents a network request with source and destination IPs and a processing time.


The documentation for this struct was generated from the following file: