rS330675 (D14540) introduced an extra window check in the LRO code to ensure it captured and reported the highest window advertisement with the same SEQ/ACK. However, the window comparison uses a two's complement comparison rather than a comparison of the absolute values. Because windows use absolute values, rather than two's complement arithmetic (i.e. they don't wrap), compare the absolute values.
Details
Details
- Reviewers
jason_eggnet.com gallatin rrs rstone kbowling - Group Reviewers
transport - Commits
- rS331926: r330675 introduced an extra window check in the LRO code to ensure it
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable