For 10Mb/s links, we should certainly be network-limited rather
than CPU-limited, which should expose the feature we are trying to demonstrate (TCP data rate slowing down as latency increases due to congestion control.)
This commit is contained in:
@@ -87,7 +87,7 @@ def linearBandwidthTest( lengths ):
|
|||||||
info( "*** testing", datapath, "datapath\n" )
|
info( "*** testing", datapath, "datapath\n" )
|
||||||
Switch = switches[ datapath ]
|
Switch = switches[ datapath ]
|
||||||
results[ datapath ] = []
|
results[ datapath ] = []
|
||||||
link = partial( TCLink, delay='2ms' )
|
link = partial( TCLink, delay='2ms', bw=10 )
|
||||||
net = Mininet( topo=topo, switch=Switch,
|
net = Mininet( topo=topo, switch=Switch,
|
||||||
controller=Controller, waitConnected=True,
|
controller=Controller, waitConnected=True,
|
||||||
link=link )
|
link=link )
|
||||||
|
|||||||
Reference in New Issue
Block a user