mininet-sample/core
Quentin De Coninck ca59fc4f0e get rid of policing
Actually, the policing command, while working reasonably,  might be too
restrictive. The buffer of the router might be never full, and packet losses
tend to happen quickly.

Instead, we could rely on the shaping with the limit argument of tbf to do the
job. However, the tbf command is first and then the netem one. Thanks to the
Mininet magics, the sender can completely ignore queue limitations...

To solve this, we just keep tbf and netem, but we first introduce netem (with
very large buffer) and then tbf. With the delay, there is no more fast path and
we see again realistic results.
2020-07-13 16:50:24 +02:00
..
__init__.py start cleaning up the code 2020-07-13 09:54:35 +02:00
experiment.py remove useless function 2020-07-13 09:55:59 +02:00
parameter.py refactoring of Topo 2020-07-13 09:55:15 +02:00
topo.py get rid of policing 2020-07-13 16:50:24 +02:00