Bugzilla – Bug 535
UDP/TCP ShutdownRecv incorrect
Last modified: 2009-06-03 04:05:05 UTC
They both do something like this: int UdpSocketImpl::ShutdownRecv (void) { NS_LOG_FUNCTION_NOARGS (); m_shutdownRecv = false; return 0; } Looks like that should be "true" in place of "false"? The logic of ForwardUp indicates this I think. This bug seems to go way back, and the fact that it is in TCP is due to copy paste.
changeset 893d48fcf7f3