examples/tcp-large-transfer.cc
changeset 3174 efeb6e5c276d
parent 3132 b0b0abb911cd
child 3181 26e7f865c548
--- a/examples/tcp-large-transfer.cc	Thu May 29 09:34:47 2008 +0100
+++ b/examples/tcp-large-transfer.cc	Thu May 29 11:45:57 2008 +0100
@@ -191,7 +191,7 @@
 
   PointToPointHelper::EnablePcapAll ("tcp-large-transfer");
 
-  Simulator::StopAt (Seconds(1000));
+  Simulator::Stop (Seconds(1000));
   Simulator::Run ();
   Simulator::Destroy ();
 }