Commit Graph

19 Commits

Author SHA1 Message Date
Quentin De Coninck
aabe0de79d mpLinkCharacteristics: avoid strange behavior with netem and its limit 2016-06-21 17:46:55 +02:00
Quentin De Coninck
f9786312ca mpLinkCharacteristics: working! 2016-06-21 17:46:55 +02:00
Quentin De Coninck
fb1f57a452 mpLinkCharacteristics: seems to work? 2016-06-21 17:46:55 +02:00
Quentin De Coninck
0500749b90 mpLinkCharacteristics: trying to make it works 2016-06-21 17:46:55 +02:00
Quentin De Coninck
e2701685b7 mpLinkCharacteristics: use class, not qdisc for htb 2016-06-21 17:46:55 +02:00
Quentin De Coninck
6336c158df mpLinkCharacteristics: do as Mininet does: use htb, then netem 2016-06-21 17:46:55 +02:00
Quentin De Coninck
2ae9b7a008 mpLinkCharacteristics: use pfifo in parallel with netem 2016-06-21 17:46:55 +02:00
Quentin De Coninck
74f567ffe7 mpLinkCharacteristics: precise delay in ms 2016-06-21 17:46:55 +02:00
Quentin De Coninck
377decd5b0 mpLinkCharacteristics: fix netem command
Because no loss
2016-06-21 17:46:55 +02:00
Quentin De Coninck
d6a0334fdc mpLinkCharacteristics: netem with all network parameters
Seems that when we put a netem command, it "forgets" the
current configuration...
2016-06-21 17:46:55 +02:00
Quentin De Coninck
7e9f2c643d mpParamTopo/mpLinkCharacteristics: added loss parameter in link configuration, but keep compatibility if not specified 2016-06-21 17:45:27 +02:00
Benjamin Hesmans
a45ee9806c add back up Signed-off-by: Benjamin Hesmans <benjamin.hesmans@uclouvain.be> 2015-05-18 17:00:50 +02:00
Benjamin Hesmans
ff8d8c5537 Remove white spaces...
for f in `ls *.py`; do sed -i -e 's/\s\+$//' $f; done
2015-02-26 17:43:45 +01:00
Benjamin Hesmans
ca49762bd4 first implem of netem change,
only implemented for para topo, for now.

example:

sudo ./mpPerf.py -t conf/topo/0_para_2  -x conf/xp/3_ncpv

after two seconds, delay goes to 100ms
after five seconds, delay goes to 2ms but loss rate goes to 10%

Signed-off-by: Benjamin Hesmans <benjamin.hesmans@uclouvain.be>
2015-01-20 12:23:57 +01:00
Benjamin Hesmans
56c7196245 change set from mininet
Signed-off-by: Benjamin Hesmans <benjamin.hesmans@uclouvain.be>
2015-01-20 11:24:25 +01:00
Benjamin Hesmans
304938c381 wip
Signed-off-by: Benjamin Hesmans <benjamin.hesmans@uclouvain.be>
2015-01-20 11:04:36 +01:00
Benjamin Hesmans
b08d952454 wip
correct var names for mininet

Signed-off-by: Benjamin Hesmans <benjamin.hesmans@uclouvain.be>
2015-01-07 14:52:43 +01:00
Benjamin Hesmans
454ac02886 wip
Signed-off-by: Benjamin Hesmans <benjamin.hesmans@uclouvain.be>
2015-01-07 14:44:44 +01:00
Benjamin Hesmans
0974ce2afc wip
Signed-off-by: Benjamin Hesmans <benjamin.hesmans@uclouvain.be>
2015-01-06 15:47:15 +01:00