examples/mixed-global-routing.cc
changeset 3257 ba198dad54a2
parent 3181 26e7f865c548
child 3381 3cdd9d60f7c7
--- a/examples/mixed-global-routing.cc	Fri Jun 06 16:30:28 2008 -0400
+++ b/examples/mixed-global-routing.cc	Sat Jun 07 10:38:39 2008 -0700
@@ -83,7 +83,7 @@
 
   // We create the channels first without any IP addressing information
   CsmaHelper csma;
-  csma.SetChannelParameter ("BitRate", StringValue ("5Mbps"));
+  csma.SetChannelParameter ("DataRate", StringValue ("5Mbps"));
   csma.SetChannelParameter ("Delay", StringValue ("2ms"));
   NetDeviceContainer d2345 = csma.Install (n2345);