RED bug fix in another place

This commit is contained in:
Nikhil Handigol
2012-06-05 12:18:26 -07:00
parent 6bb5e12347
commit 107785ddf1
+1 -1
View File
@@ -221,7 +221,7 @@ class TCIntf( Intf ):
elif enable_red:
cmds += [ '%s qdisc add dev %s' + parent +
'handle 10: red limit 1000000 ' +
'min 20000 max 25000 avpkt 1000 ' +
'min 30000 max 35000 avpkt 1500 ' +
'burst 20 ' +
'bandwidth %fmbit probability 1' % bw ]
parent = ' parent 10: '