diff -r dbf56f98a11d -r ad57fb768f3a examples/tcp-large-transfer.cc --- 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 (); }