Make affinity data structures serializable, cloneable.
[affinity.git] / scripts / demo.py
index 74c858d10b1b873b256d31fdba253363d637a475..474568f205453a32be5cfe4a2902c14603706e0c 100644 (file)
@@ -118,7 +118,7 @@ def main():
 
     m = WaypointMonitor(Stats.TYPE_SUBNET, subnet="10.0.0.0/31")
     m.set_waypoint("10.0.0.2")
-    m.set_large_flow_threshold(2000) # 2000 bytes
+    m.set_large_flow_threshold(500) # 2000 bytes
     m.start()
 
     # Register signal-handler to catch SIG_INT