git: af33f52b6c5d - main - Remove remaining net.tcp.inflight* references from src
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 May 2022 13:51:57 UTC
The branch main has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=af33f52b6c5d7f23575490e078b48d3052d4b622 commit af33f52b6c5d7f23575490e078b48d3052d4b622 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2022-05-24 13:49:03 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2022-05-24 13:49:03 +0000 Remove remaining net.tcp.inflight* references from src Fixes: d8b03e05a9ef The inflight bandwidth limiter was removed in r212765. --- tools/tools/sysdoc/tunables.mdoc | 44 ---------------------------------------- 1 file changed, 44 deletions(-) diff --git a/tools/tools/sysdoc/tunables.mdoc b/tools/tools/sysdoc/tunables.mdoc index 0926c2556c81..b7ea8c283db6 100644 --- a/tools/tools/sysdoc/tunables.mdoc +++ b/tools/tools/sysdoc/tunables.mdoc @@ -1394,50 +1394,6 @@ net.inet.tcp.getcred --- net.inet.tcp.icmp_may_rst ---- -net.inet.tcp.inflight_debug -bool - -Control debugging for the -.Va net.inet.tcp.inflight_enable -.Nm . -Please see the -.Xr tuning 7 -man page for more information. - ---- -net.inet.tcp.inflight_enable -bool - -Turns on bandwidth delay product limiting for all -TCP connections. Please see the -.Xr tuning 7 -man page for more information. - ---- -net.inet.tcp.inflight_max -bool - -.Em double check -The maximum amount of data that may be queued for -bandwidth delay product limiting. - ---- -net.inet.tcp.inflight_min -bool - -.Em double check -The minimum amount of data that may be queued for -bandwidth delay product limiting. - ---- -net.inet.tcp.inflight_stab -bool - -This parameter represents the maximal packets -added to the bandwidth delay product window -calculation. Changing this is not recommended. - --- net.inet.tcp.isn_reseed_interval