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.");