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:
@@ -86,7 +86,7 @@ def linearBandwidthTest( lengths ):
|
||||
print "*** testing", datapath, "datapath"
|
||||
Switch = switches[ datapath ]
|
||||
results[ datapath ] = []
|
||||
link = partial( TCLink, delay='2ms' )
|
||||
link = partial( TCLink, delay='2ms', bw=10 )
|
||||
net = Mininet( topo=topo, switch=Switch,
|
||||
controller=Controller, waitConnected=True,
|
||||
link=link )
|
||||
|
||||
Reference in New Issue
Block a user