The implicit assumption of snd_nxt always being larger than
snd_recover is not true after RTO. If that happens, cwnd
would get inflated to ssthresh, which may be much larger
than the current pipe (data in flight).
Details
Details
- Reviewers
rrs tuexen cc - Group Reviewers
transport - Commits
- rG23c4f232478a: tcp: ensure tcp_sack_partialack does not inflate cwnd after RTO
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable