examples/simple-global-routing.cc
changeset 2533 80cdc3eec057
parent 2502 50d0da37f02f
child 2575 1aae382e65e2
--- a/examples/simple-global-routing.cc	Sun Mar 02 21:12:21 2008 +0100
+++ b/examples/simple-global-routing.cc	Sun Mar 02 21:57:28 2008 +0100
@@ -105,12 +105,6 @@
   LogComponentEnable("UdpEchoServerApplication", LOG_LEVEL_ALL);
 #endif
   // Set up some default values for the simulation.  Use the 
-  // DefaultValue::Bind () technique to tell the system what subclass of 
-  // Queue to use, and what the queue limit is
-
-  // The below Bind command tells the queue factory which class to
-  // instantiate, when the queue factory is invoked in the topology code
-  DefaultValue::Bind ("Queue", "DropTailQueue");
 
   Config::SetDefault ("OnOffApplication::PacketSize", Uinteger (210));
   Config::SetDefault ("OnOffApplication::DataRate", DataRate ("448kb/s"));