Bug 1791
This commit is contained in:
@@ -769,10 +769,8 @@ TcpSocketBase::CloseAndNotify (void)
|
||||
{
|
||||
NotifyNormalClose ();
|
||||
}
|
||||
if (m_state != TIME_WAIT)
|
||||
{
|
||||
DeallocateEndPoint ();
|
||||
}
|
||||
|
||||
DeallocateEndPoint ();
|
||||
m_closeNotified = true;
|
||||
NS_LOG_INFO (TcpStateName[m_state] << " -> CLOSED");
|
||||
CancelAllTimers ();
|
||||
|
||||
Reference in New Issue
Block a user