author | Raj Bhattacharjea <raj.b@gatech.edu> |
Wed, 02 Jul 2008 15:57:33 -0400 | |
changeset 3367 | 8587b5520e63 |
parent 3366 | 923e47a54fe8 |
child 3370 | 2f8c7ecfe3ba |
--- a/examples/tcp-star-server.cc Wed Jul 02 15:45:35 2008 -0400 +++ b/examples/tcp-star-server.cc Wed Jul 02 15:57:33 2008 -0400 @@ -159,8 +159,8 @@ //configure tracing std::ofstream ascii; - ascii.open ("tcp-server.tr"); - PointToPointHelper::EnablePcapAll ("tcp-server"); + ascii.open ("tcp-star-server.tr"); + PointToPointHelper::EnablePcapAll ("tcp-star-server"); PointToPointHelper::EnableAsciiAll (ascii); NS_LOG_INFO ("Run Simulation.");