Small fix to tcp example
authorRaj Bhattacharjea <raj.b@gatech.edu>
Fri, 04 Apr 2008 14:00:41 -0400
changeset 2879 4e5aa7f1e2a0
parent 2878 580a733e49d6
child 2880 ce64dffad49f
Small fix to tcp example
examples/tcp-large-transfer.cc
--- a/examples/tcp-large-transfer.cc	Fri Apr 04 19:02:34 2008 +0200
+++ b/examples/tcp-large-transfer.cc	Fri Apr 04 14:00:41 2008 -0400
@@ -75,7 +75,7 @@
 
 void CloseConnection (Ptr<Socket> localSocket)
 {
-  //localSocket->Close ();
+  localSocket->Close ();
 }
 
 void StartFlow(Ptr<Socket> localSocket, uint32_t nBytes,