tcp: Fix typo in NscTcpSocketImpl

This commit is contained in:
SolomonAnn
2020-09-08 11:25:36 -07:00
committed by Tom Henderson
parent 0cdbf8321b
commit f034b5b1b8

View File

@@ -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;