]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r336937:
authortuexen <tuexen@FreeBSD.org>
Sun, 5 May 2019 19:20:27 +0000 (19:20 +0000)
committertuexen <tuexen@FreeBSD.org>
Sun, 5 May 2019 19:20:27 +0000 (19:20 +0000)
commitad76b465d61a12809f1b036bf63051163dcd0834
treebbab80066fd3a838d48598dd66d7566b8ca8cba0
parenta325ccef1b07570d5046fcb2dc4e23f45aebfc6b
MFC r336937:
Send consistent SEG.WIN when using timewait codepath for TCP.

When sending TCP segments from the timewait code path, a stored
value of the last sent window is used. Use the same code for
computing this in the timewait code path as in the main code
path used in tcp_output() to avoid inconsistencies.

MFC r344148:
Fix a byte ordering issue for the advertised receiver window in ACK
segments sent in TIMEWAIT state, which I introduced in r336937.
sys/netinet/tcp_timewait.c