]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tcp: Fix an issue with the PUSH bit as well as fill in the missing mtu change for...
authorRandall Stewart <rrs@FreeBSD.org>
Mon, 24 May 2021 18:42:15 +0000 (14:42 -0400)
committerRandall Stewart <rrs@FreeBSD.org>
Mon, 24 May 2021 18:42:15 +0000 (14:42 -0400)
commit631449d5d03506295eaa6947c1b0e8a168a2f6b7
tree53d291e704543c3039a4166ea03cb1f09b65fd42
parent4483fb47735c29408c72045469c9c4b3e549668b
tcp: Fix an issue with the PUSH bit as well as fill in the missing mtu change for fsb's

The push bit itself was also not actually being properly moved to
the right edge. The FIN bit was incorrectly on the left edge. We
fix these two issues as well as plumb in the mtu_change for
alternate stacks.

Reviewed by: mtuexen
Sponsored by: Netflix Inc
Differential Revision: https://reviews.freebsd.org/D30413
sys/netinet/tcp_stacks/rack.c
sys/netinet/tcp_subr.c