Skip to content

tcp: (fixes #805) Update NextSeg() condition for SACK as per RFC

Aniket Singh requested to merge anyket/ns-3-dev:sack-next-seg-fix into master

Added a member variable m_sackSeen to ns3::TcpTxBuffer and updated condition for NextSeg() to align with RFC 6675 as per section (1.b).

Merge request reports

Loading