Patch for bug 130 from Gustavo
authorRaj Bhattacharjea <raj.b@gatech.edu>
Tue Feb 05 09:54:32 2008 -0500 (2008-02-05)
changeset 2315df5e3f1d2a1a
parent 2314 de866c8f30e7
child 2317 e4fc78d60b6b
Patch for bug 130 from Gustavo
src/internet-node/tcp-socket.cc
     1.1 --- a/src/internet-node/tcp-socket.cc	Mon Feb 04 23:09:07 2008 -0800
     1.2 +++ b/src/internet-node/tcp-socket.cc	Tue Feb 05 09:54:32 2008 -0500
     1.3 @@ -121,6 +121,7 @@
     1.4    m_node = 0;
     1.5    m_endPoint = 0;
     1.6    m_tcp = 0;
     1.7 +  m_retxEvent.Cancel ();
     1.8  }
     1.9  int
    1.10  TcpSocket::FinishBind (void)