]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tcp: Add hystart-plus to cc_newreno and rack.
authorRandall Stewart <rrs@FreeBSD.org>
Fri, 22 Oct 2021 11:10:28 +0000 (07:10 -0400)
committerRandall Stewart <rrs@FreeBSD.org>
Fri, 22 Oct 2021 11:10:28 +0000 (07:10 -0400)
commit4e4c84f8d101216ebf303f04ce9d4327c3328059
tree7e17615939128b392ff51eb8f30dde2877d55ffd
parent5a3eb6207a353c3a18da8abcf00a2d75276dd29e
tcp: Add hystart-plus to cc_newreno and rack.

TCP Hystart draft version -03:
https://datatracker.ietf.org/doc/html/draft-ietf-tcpm-hystartplusplus

Is a new version of hystart that allows one to carefully exit slow start if the RTT
spikes too much. The newer version has a slower-slow-start so to speak that then
kicks in for five round trips. To see if you exited too early, if not into congestion avoidance.
This commit will add that feature to our newreno CC and add the needed bits in rack to
be able to enable it.

Reviewed by: tuexen
Sponsored by: Netflix Inc.
Differential Revision: https://reviews.freebsd.org/D32373
sys/netinet/cc/cc.h
sys/netinet/cc/cc_newreno.c
sys/netinet/cc/cc_newreno.h
sys/netinet/tcp.h
sys/netinet/tcp_log_buf.h
sys/netinet/tcp_stacks/rack.c
sys/netinet/tcp_stacks/tcp_rack.h