]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Ensure that the default RTT stack can make an RTT measurement if
authorMichael Tuexen <tuexen@FreeBSD.org>
Thu, 22 Nov 2018 19:56:52 +0000 (19:56 +0000)
committerMichael Tuexen <tuexen@FreeBSD.org>
Thu, 22 Nov 2018 19:56:52 +0000 (19:56 +0000)
commit7e729f0787a71de6ab1a752f9a9f19fb495c90c0
tree9305a900e95217ef27e4269cc3ec20eefb7ab17a
parent794107181ac8652aa77775c778ce22016026367f
Ensure that the default RTT stack can make an RTT measurement if
the TCP connection was initiated using the RACK stack, but the
peer does not support the TCP RACK extension.

This ensures that the TCP behaviour on the wire is the same if
the TCP connection is initated using the RACK stack or the default
stack.

Reviewed by: rrs@
MFC after: 1 week
Sponsored by: Netflix, Inc.
Differential Revision: https://reviews.freebsd.org/D18032
sys/netinet/tcp_stacks/rack.c