Bugzilla – Attachment #498: Solution for bug #579
TcpSocketImpl::SetSegSize (uint32_t size)
{
m_segmentSize = size;
if (m_cWnd < m_segmentSize) // congestion window hasn't be smaller than segment
m_cWnd = m_segmentSize;
}
uint32_t