| changeset 3257 | ba198dad54a2 |
| parent 3174 | efeb6e5c276d |
| child 3381 | 3cdd9d60f7c7 |
| child 3894 | 6b3415c550e1 |
--- a/examples/mixed-wireless.cc Fri Jun 06 16:30:28 2008 -0400 +++ b/examples/mixed-wireless.cc Sat Jun 07 10:38:39 2008 -0700 @@ -200,7 +200,8 @@ // collection. // CsmaHelper csma; - csma.SetChannelParameter ("BitRate", DataRateValue (DataRate (5000000))); + csma.SetChannelParameter ("DataRate", + DataRateValue (DataRate (5000000))); csma.SetChannelParameter ("Delay", TimeValue (MilliSeconds (2))); NetDeviceContainer lanDevices = csma.Install (lan); //