|
Load Balancer - CSCE 412 Project 3 1.0
|
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. | |
Represents a network request with source and destination IPs and a processing time.