examples/simpleperf: Warn in docstring about effects of link settings
These include dropped pings and iperf hanging.
This commit is contained in:
@@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
Simple example of setting network and CPU parameters
|
Simple example of setting network and CPU parameters
|
||||||
|
|
||||||
|
NOTE: link params limit BW, add latency, and loss.
|
||||||
|
There is a high chance that pings WILL fail and that
|
||||||
|
iperf will hang indefinitely if the TCP handshake fails
|
||||||
|
to complete.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from mininet.topo import Topo
|
from mininet.topo import Topo
|
||||||
|
|||||||
Reference in New Issue
Block a user