The goal here is to let the traffic manager (controller) be able to adjust the traffic (bandwidth) limits based on the action (a vector with each entry as the limit to each host).
One way to do this is that: Write an independent "traffic mediator" to listen to "action packets" from traffic manager, and send a packet containing the specific traffic limit to each host (goben interface). And this is in real-time. It can be done by using netcat
The goal here is to let the traffic manager (controller) be able to adjust the traffic (bandwidth) limits based on the action (a vector with each entry as the limit to each host).
One way to do this is that: Write an independent "traffic mediator" to listen to "action packets" from traffic manager, and send a packet containing the specific traffic limit to each host (goben interface). And this is in real-time. It can be done by using netcat