examples/tcp-star-server.cc
changeset 3367 8587b5520e63
parent 3366 923e47a54fe8
child 3381 3cdd9d60f7c7
--- 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.");