View | Details | Raw Unified | Return to bug 1791
Collapse All | Expand All

(-)tcp-socket-base.cc (-4 / +1 lines)
 Lines 770-779    Link Here 
770
    {
770
    {
771
      NotifyNormalClose ();
771
      NotifyNormalClose ();
772
    }
772
    }
773
  if (m_state != TIME_WAIT)
773
  DeallocateEndPoint ();
774
    {
775
      DeallocateEndPoint ();
776
    }
777
  m_closeNotified = true;
774
  m_closeNotified = true;
778
  NS_LOG_INFO (TcpStateName[m_state] << " -> CLOSED");
775
  NS_LOG_INFO (TcpStateName[m_state] << " -> CLOSED");
779
  CancelAllTimers ();
776
  CancelAllTimers ();

Return to bug 1791