Bug 1957 - UdpSocketImpl is stuck after a Close()
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -219,6 +219,8 @@ UdpSocketImpl::FinishBind (void)
|
||||
}
|
||||
if (done)
|
||||
{
|
||||
m_shutdownRecv = false;
|
||||
m_shutdownSend = false;
|
||||
return 0;
|
||||
}
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user