From 1dd3de0d04517ed3d1366070c6ba08e9117c8b40 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Sat, 31 Mar 2012 21:29:09 -0700 Subject: [PATCH] Remove unused burst. --- mininet/link.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mininet/link.py b/mininet/link.py index 3aa071d..74d9720 100644 --- a/mininet/link.py +++ b/mininet/link.py @@ -191,7 +191,6 @@ class TCIntf( Intf ): if ( speedup > 0 and self.node.name[0:1] == 's' ): bw = speedup - burst = bw * 1e6 / 8 * .001 # This may not be correct - we should look more closely # at the semantics of burst (and cburst) to make sure we # are specifying the correct sizes. For now I have used