| author | Raj Bhattacharjea <raj.b@gatech.edu> |
| Fri Apr 04 14:00:41 2008 -0400 (22 months ago) | |
| changeset 2879 | 4e5aa7f1e2a0 |
| parent 2878 | 580a733e49d6 |
| child 2880 | ce64dffad49f |
1.1 --- a/examples/tcp-large-transfer.cc Fri Apr 04 19:02:34 2008 +0200 1.2 +++ b/examples/tcp-large-transfer.cc Fri Apr 04 14:00:41 2008 -0400 1.3 @@ -75,7 +75,7 @@ 1.4 1.5 void CloseConnection (Ptr<Socket> localSocket) 1.6 { 1.7 - //localSocket->Close (); 1.8 + localSocket->Close (); 1.9 } 1.10 1.11 void StartFlow(Ptr<Socket> localSocket, uint32_t nBytes,