tcp: Fix typo in NscTcpSocketImpl
This commit is contained in:
committed by
Tom Henderson
parent
0cdbf8321b
commit
f034b5b1b8
@@ -456,7 +456,9 @@ NscTcpSocketImpl::NSCWakeup ()
|
||||
}
|
||||
|
||||
Ptr<Packet>
|
||||
NscTcpSocketImpl::Recv (uint32_t maxSize, uint32_tNS_LOG_FUNCTION (this)ON_NOARGS ();
|
||||
NscTcpSocketImpl::Recv (uint32_t maxSize, uint32_t flags)
|
||||
{
|
||||
NS_LOG_FUNCTION (this << maxSize << flags);
|
||||
if (m_deliveryQueue.empty () )
|
||||
{
|
||||
m_errno = ERROR_AGAIN;
|
||||
|
||||
Reference in New Issue
Block a user