Fix typo in net.py (#1198)

This commit is contained in:
Renato Monteiro
2023-09-16 16:11:21 -07:00
committed by GitHub
parent 615f37dbbe
commit ba569f4d82
+1 -1
View File
@@ -443,7 +443,7 @@ class Mininet( object ):
host.configDefault( ip=None, mac=None )
# You're low priority, dude!
# 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 ) )
# This may not be the right place to do this, but
# it needs to be done somewhere.