Bug 1957 - UdpSocketImpl is stuck after a Close()

This commit is contained in:
Tommaso Pecorella
2014-10-12 15:51:05 +02:00
parent fcda743c44
commit da653eed57
2 changed files with 3 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ New user-visible features
Bugs fixed
----------
- Bug 1551 - NS_LOG_COMPONENT_DEFINE inside or outside of ns3 namespace?
- Bug 1957 - UdpSocketImpl is stuck after a Close()
- Bug 1983 - FlowMonitor returns containers copies instead of references.
- Bug 1991 - PcapFileWrapper::CaptureSize attribute (snaplen) has no effect.

View File

@@ -219,6 +219,8 @@ UdpSocketImpl::FinishBind (void)
}
if (done)
{
m_shutdownRecv = false;
m_shutdownSend = false;
return 0;
}
return -1;