Fix typo in net.py (#1198)
This commit is contained in:
+1
-1
@@ -443,7 +443,7 @@ class Mininet( object ):
|
|||||||
host.configDefault( ip=None, mac=None )
|
host.configDefault( ip=None, mac=None )
|
||||||
# You're low priority, dude!
|
# You're low priority, dude!
|
||||||
# BL: do we want to do this here or not?
|
# BL: do we want to do this here or not?
|
||||||
# May not make sense if we have CPU lmiting...
|
# May not make sense if we have CPU limiting...
|
||||||
# quietRun( 'renice +18 -p ' + repr( host.pid ) )
|
# quietRun( 'renice +18 -p ' + repr( host.pid ) )
|
||||||
# This may not be the right place to do this, but
|
# This may not be the right place to do this, but
|
||||||
# it needs to be done somewhere.
|
# it needs to be done somewhere.
|
||||||
|
|||||||
Reference in New Issue
Block a user