]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
iSo in doing final checks on OCA firmware with all the latest tweaks the dup-ack...
authorRandall Stewart <rrs@FreeBSD.org>
Tue, 16 Jun 2020 18:16:45 +0000 (18:16 +0000)
committerRandall Stewart <rrs@FreeBSD.org>
Tue, 16 Jun 2020 18:16:45 +0000 (18:16 +0000)
commit95ef69c63c42feb4a1dd0e7973efbbdd00e80dae
tree212ed4639d85778de45b51d0010611530aa5f716
parent01cf0a1724464a182024dce9bd6219b3c2947b63
iSo in doing final checks on OCA firmware with all the latest tweaks the dup-ack checking
packet drill script was failing with a number of unexpected acks. So it turns
out if you have the default recvwin set up to 1Meg (like OCA's do) and you
have no window scaling (like the dupack checking code) then we have another
case where we are always trying to update the rwnd and sending an
ack when we should not.

Sponsored by: Netflix Inc.
Differential Revision: https://reviews.freebsd.org/D25298
sys/netinet/tcp_stacks/bbr.c
sys/netinet/tcp_stacks/rack.c