tutorial now agrees with ns3-object changes

This commit is contained in:
Craig Dowell
2008-02-04 12:56:08 -08:00
parent 3b58cf8c0e
commit c3719a2eca
12 changed files with 114 additions and 114 deletions

View File

@@ -41,8 +41,8 @@ main (int argc, char *argv[])
uint32_t port = 7;
Ptr<Node> n0 = bus.GetNode (0);
Ptr<UdpEchoClient> client = CreateObject<UdpEchoClient> (n0, "10.1.0.1", port,
1, Seconds(1.), 1024);
Ptr<UdpEchoClient> client = CreateObject<UdpEchoClient> (n0, "10.1.0.1",
port, 1, Seconds(1.), 1024);
Ptr<Node> n1 = bus.GetNode (1);
Ptr<UdpEchoServer> server = CreateObject<UdpEchoServer> (n1, port);