Small fix to tcp example

This commit is contained in:
Raj Bhattacharjea
2008-04-04 14:00:41 -04:00
parent ec7c5d2dd6
commit 31d26c1e84

View File

@@ -75,7 +75,7 @@ ApplicationTraceSink (Ptr<const Packet> packet,
void CloseConnection (Ptr<Socket> localSocket)
{
//localSocket->Close ();
localSocket->Close ();
}
void StartFlow(Ptr<Socket> localSocket, uint32_t nBytes,