examples/simple-point-to-point-olsr.cc
changeset 2974 30ed185e0364
parent 2965 4b28e9740e3b
child 2997 caf9d364c6fc
--- a/examples/simple-point-to-point-olsr.cc	Mon Apr 21 08:05:34 2008 -0700
+++ b/examples/simple-point-to-point-olsr.cc	Mon Apr 21 08:32:50 2008 -0700
@@ -97,7 +97,7 @@
   p2p.SetChannelParameter ("Delay", StringValue ("2ms"));
   NetDeviceContainer nd02 = p2p.Install (n02);
   NetDeviceContainer nd12 = p2p.Install (n12);
-  p2p.SetChannelParameter ("BitRate", StringValue ("1500Kbps"));
+  p2p.SetChannelParameter ("BitRate", StringValue ("1500kbps"));
   p2p.SetChannelParameter ("Delay", StringValue ("10ms"));
   NetDeviceContainer nd32 = p2p.Install (n32);
   NetDeviceContainer nd34 = p2p.Install (n34);