examples/tcp-large-transfer.cc
changeset 3245 ad57fb768f3a
parent 3243 a4b8da16a324
child 3248 39f736210ab2
--- a/examples/tcp-large-transfer.cc	Thu May 22 11:55:42 2008 -0400
+++ b/examples/tcp-large-transfer.cc	Thu May 22 17:08:19 2008 -0400
@@ -139,7 +139,7 @@
   //
   ///////////////////////////////////////////////////////////////////////////
 
-  int nBytes = 2000000;
+  int nBytes = 200000;
   uint16_t servPort = 50000;
 
   // Create a packet sink to receive these packets
@@ -165,7 +165,7 @@
 
   PointToPointHelper::EnablePcapAll ("tcp-large-transfer");
 
-  Simulator::StopAt (Seconds(10));
+  Simulator::StopAt (Seconds(100));
   Simulator::Run ();
   Simulator::Destroy ();
 }