Bugzilla – Attachment #2679: Patch to fix the issue for bug #2559
TcpSocketBase::AdvertisedWindowSize (bool scale) const
{
NS_LOG_FUNCTION (this << scale);
uint32_t w = m_rxBuffer->MaxBufferSize ();
uint32_t w = m_rxBuffer->MaxRxSequence () - m_rxBuffer->NextRxSequence ();
if (scale)