freebsd-dev/sys/netinet/tcp_stacks
Michael Tuexen 413c3db101 Allow the TCP backhole detection to be disabled at all, enabled only
for IPv4, enabled only for IPv6, and enabled for IPv4 and IPv6.
The current blackhole detection might classify a temporary outage as
an MTU issue and reduces permanently the MSS. Since the consequences of
such a reduction due to a misclassification are much more drastically
for IPv4 than for IPv6, allow the administrator to enable it for IPv6 only.

Reviewed by:		bcr@ (man page), Richard Scheffenegger
Sponsored by:		Netflix, Inc.
Differential Revision:	https://reviews.freebsd.org/D24219
2020-03-31 15:54:54 +00:00
..
bbr.c Allow the TCP backhole detection to be disabled at all, enabled only 2020-03-31 15:54:54 +00:00
rack_bbr_common.c Use KMOD_TCPSTAT_INC instead of TCPSTAT_INC for RACK and BBR, since 2020-03-12 15:37:41 +00:00
rack_bbr_common.h Remove all trailing white space from the BBR/Rack fold. Bits 2020-02-12 12:40:06 +00:00
rack.c Allow the TCP backhole detection to be disabled at all, enabled only 2020-03-31 15:54:54 +00:00
sack_filter.c Remove all trailing white space from the BBR/Rack fold. Bits 2020-02-12 12:40:06 +00:00
sack_filter.h This commit adds BBR (Bottleneck Bandwidth and RTT) congestion control. This 2019-09-24 18:18:11 +00:00
tcp_bbr.h Remove all trailing white space from the BBR/Rack fold. Bits 2020-02-12 12:40:06 +00:00
tcp_rack.h Remove all trailing white space from the BBR/Rack fold. Bits 2020-02-12 12:40:06 +00:00