--- a/examples/mixed-wireless.cc Thu Jul 03 09:44:23 2008 -0400
+++ b/examples/mixed-wireless.cc Thu Jul 03 15:44:54 2008 -0700
@@ -200,9 +200,9 @@
// collection.
//
CsmaHelper csma;
- csma.SetChannelParameter ("DataRate",
+ csma.SetChannelAttribute ("DataRate",
DataRateValue (DataRate (5000000)));
- csma.SetChannelParameter ("Delay", TimeValue (MilliSeconds (2)));
+ csma.SetChannelAttribute ("Delay", TimeValue (MilliSeconds (2)));
NetDeviceContainer lanDevices = csma.Install (lan);
//
// Add the IPv4 protocol stack to the new LAN nodes