examples/udp-echo.cc
changeset 3629 367ae1cba60f
parent 3506 cba7b2b80fe8
child 4264 9d2e96c4e6e4
--- a/examples/udp-echo.cc	Thu Sep 04 13:29:13 2008 -0700
+++ b/examples/udp-echo.cc	Thu Sep 04 22:38:52 2008 -0700
@@ -89,7 +89,7 @@
   CsmaHelper csma;
   csma.SetChannelAttribute ("DataRate", DataRateValue (DataRate(5000000)));
   csma.SetChannelAttribute ("Delay", TimeValue (MilliSeconds (2)));
-  csma.SetDeviceAttribute ("MTU", UintegerValue (1400));
+  csma.SetDeviceAttribute ("Mtu", UintegerValue (1400));
   NetDeviceContainer d = csma.Install (n);
 
   Ipv4AddressHelper ipv4;