changeset 3257 | ba198dad54a2 |
parent 3125 | d2d8a36cfd23 |
child 3381 | 3cdd9d60f7c7 |
--- a/examples/csma-one-subnet.cc Fri Jun 06 16:30:28 2008 -0400 +++ b/examples/csma-one-subnet.cc Sat Jun 07 10:38:39 2008 -0700 @@ -66,7 +66,7 @@ NS_LOG_INFO ("Build Topology"); CsmaHelper csma; - csma.SetChannelParameter ("BitRate", DataRateValue (5000000)); + csma.SetChannelParameter ("DataRate", DataRateValue (5000000)); csma.SetChannelParameter ("Delay", TimeValue (MilliSeconds (2))); // // Now fill out the topology by creating the net devices required to connect