Fix trace names to match documents in tcp-star-server
authorRaj Bhattacharjea <raj.b@gatech.edu>
Wed Jul 02 15:57:33 2008 -0400 (19 months ago)
changeset 33678587b5520e63
parent 3366 923e47a54fe8
child 3370 2f8c7ecfe3ba
Fix trace names to match documents in tcp-star-server
examples/tcp-star-server.cc
     1.1 --- a/examples/tcp-star-server.cc	Wed Jul 02 15:45:35 2008 -0400
     1.2 +++ b/examples/tcp-star-server.cc	Wed Jul 02 15:57:33 2008 -0400
     1.3 @@ -159,8 +159,8 @@
     1.4  
     1.5    //configure tracing
     1.6    std::ofstream ascii;
     1.7 -  ascii.open ("tcp-server.tr");
     1.8 -  PointToPointHelper::EnablePcapAll ("tcp-server");
     1.9 +  ascii.open ("tcp-star-server.tr");
    1.10 +  PointToPointHelper::EnablePcapAll ("tcp-star-server");
    1.11    PointToPointHelper::EnableAsciiAll (ascii);
    1.12  
    1.13    NS_LOG_INFO ("Run Simulation.");