The compressed ack path of rack is not following proper procedures in updating
the peers window. It should be checking the seq and ack values before updating and
instead it is blindly updating the values. This could in theory get the wrong window
in the connection for some length of time.
Details
Details
- Reviewers
tuexen - Group Reviewers
transport - Commits
- rG1ca931a540cb: tcp: Rack compressed ack path updates the recv window too easily
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable