]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r350265:
authorMichael Tuexen <tuexen@FreeBSD.org>
Sat, 7 Sep 2019 11:31:05 +0000 (11:31 +0000)
committerMichael Tuexen <tuexen@FreeBSD.org>
Sat, 7 Sep 2019 11:31:05 +0000 (11:31 +0000)
commit02c9fa8299277cb2f46eea6ca2bc83c8efd2941b
tree9b92fc3afe8c874533dc535acae9c61433b73faf
parentb89e25f0db8bd416674e32555421c01e861d541e
MFC r350265:

Add a sysctl variable ts_offset_per_conn to change the computation
of the TCP TS offset from taking the IP addresses and the TCP port
numbers into account to a version just taking only the IP addresses
into account. This works around broken middleboxes or endpoints.
The default is to keep the behaviour, which is also the behaviour
recommended in RFC 7323.

Reported by: devgs@ukr.net
Reviewed by: rrs@
Sponsored by: Netflix, Inc.
Differential Revision: https://reviews.freebsd.org/D20980
share/man/man4/tcp.4
sys/netinet/tcp_subr.c
sys/netinet/tcp_var.h