NetAnim: Update wireless animation boundary
authorJohn Abraham
Wed, 11 Sep 2013 08:09:05 -0700
changeset 10198 e2b1f84b007a
parent 10197 0cb30dac6408
child 10199 b5584cbb3ede
NetAnim: Update wireless animation boundary
src/netanim/examples/wireless-animation.cc
--- a/src/netanim/examples/wireless-animation.cc	Wed Sep 11 08:06:25 2013 -0700
+++ b/src/netanim/examples/wireless-animation.cc	Wed Sep 11 08:09:05 2013 -0700
@@ -157,7 +157,7 @@
   AnimationInterface::SetNodeColor (wifiApNode, 0, 255, 0); // Optional
   AnimationInterface::SetNodeColor (wifiStaNodes, 255, 0, 0); // Optional
   AnimationInterface::SetNodeColor (csmaNodes, 0, 0, 255); // Optional
-  AnimationInterface::SetBoundary (0, 0, 20, 20); // Optional
+  AnimationInterface::SetBoundary (0, 0, 35, 35); // Optional
 
   AnimationInterface anim ("wireless-animation.xml"); // Mandatory