View | Details | Raw Unified | Return to bug 579
Collapse All | Expand All

(-)a/src/internet-stack/tcp-socket-impl.cc (+2 lines)
 Lines 1626-1631    Link Here 
1626
TcpSocketImpl::SetSegSize (uint32_t size)
1626
TcpSocketImpl::SetSegSize (uint32_t size)
1627
{
1627
{
1628
  m_segmentSize = size;
1628
  m_segmentSize = size;
1629
  if (m_cWnd < m_segmentSize) // congestion window hasn't be smaller than segment
1630
    m_cWnd = m_segmentSize;
1629
}
1631
}
1630
1632
1631
uint32_t
1633
uint32_t

Return to bug 579