don't use any for starting address
authorCraig Dowell <craigdo@ee.washington.edu>
Wed, 10 Oct 2007 12:25:52 -0700
changeset 1846 b0a2f5612f4e
parent 1845 836f0c983165
child 1847 94126d5bfa1d
don't use any for starting address
tutorial/tutorial-bus-network.cc
--- a/tutorial/tutorial-bus-network.cc	Wed Oct 10 11:55:07 2007 -0700
+++ b/tutorial/tutorial-bus-network.cc	Wed Oct 10 12:25:52 2007 -0700
@@ -35,7 +35,7 @@
 
   NS_LOG_INFO ("Bus Network Simulation");
 
-  Ipv4BusNetwork bus ("10.1.0.0", "255.255.0.0", "0.0.0.0",
+  Ipv4BusNetwork bus ("10.1.0.0", "255.255.0.0", "0.0.0.3",
     DataRate(10000000), MilliSeconds(20), 10);
 
   uint32_t port = 7;