]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r343661:
authorMichael Tuexen <tuexen@FreeBSD.org>
Sat, 4 May 2019 09:11:17 +0000 (09:11 +0000)
committerMichael Tuexen <tuexen@FreeBSD.org>
Sat, 4 May 2019 09:11:17 +0000 (09:11 +0000)
commit010cace861c6b52dbb20ec340a4928e076f11541
treed3d91aa3b846fa225f0ee3a21b6abe5d38245ad1
parente42541caedb3cbf1d20773e1456312c9202131eb
MFC r343661:
When handling SYN-ACK segments in the SYN-RCVD state, set tp->snd_wnd
consistently.

This inconsistency was observed when working on the bug reported in
PR 235256, although it does not fix the reported issue. The fix for
the PR will be a separate commit.

PR: 235256
Reviewed by: rrs@, Richard Scheffenegger
Sponsored by: Netflix, Inc.
Differential Revision: https://reviews.freebsd.org/D19033
sys/netinet/tcp_input.c
sys/netinet/tcp_stacks/rack.c