When creating a timewait entry, the last sent rcv window is stored. However, it is computed in a different way than in the main code path. This results in inconsistencies. These are fixed by using the same code as in tcp_output().
Details
Details
- Reviewers
lstewart jason_eggnet.com rrs - Group Reviewers
transport - Commits
- rS336937: Send consistent SEG.WIN when using timewait codepath for TCP.
Run the attached packetdrill test.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.