|
Load Balancer Simulation
A simulation of a load balancer with dynamic server scaling in C++
|
Defines the LoadBalancerConfig structure for simulation parameters. More...
#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | LoadBalancerConfig |
| Configuration parameters for the load balancer simulation. More... | |
Defines the LoadBalancerConfig structure for simulation parameters.
Definition in file Config.h.