|
Load Balancer - CSCE 412 Project 3 1.0
|
| ▼ include | |
| load_balancer.h | Declaration of the LoadBalancer class for managing web server requests |
| request.h | Definition of the Request struct for representing network requests |
| web_server.h | Declaration of the WebServer class for simulating a web server handling requests |
| ▼ src | |
| load_balancer.cpp | Implementation of the LoadBalancer class methods |
| main.cpp | Entry point for the load balancer simulation program |