diff options
author | hsu <hsu@FreeBSD.org> | 2003-03-12 20:44:06 +0000 |
---|---|---|
committer | hsu <hsu@FreeBSD.org> | 2003-03-12 20:44:06 +0000 |
commit | eb02bdf56a079dea8449cdfa53c66a3d36496504 (patch) | |
tree | 7bc855a3475b2e18303e6c14c017d1a1ae1660a9 /share | |
parent | 656c4f0c37c373574a1e5728e4821f9b9f25ac59 (diff) | |
download | FreeBSD-src-eb02bdf56a079dea8449cdfa53c66a3d36496504.zip FreeBSD-src-eb02bdf56a079dea8449cdfa53c66a3d36496504.tar.gz |
Document the net.inet.tcp.rfc3042 sysctl variable.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/tcp.4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4 index 409d10d..9e3ff83 100644 --- a/share/man/man4/tcp.4 +++ b/share/man/man4/tcp.4 @@ -363,6 +363,10 @@ trying values of can lead to upwards of a 20% underutilization of the link as well as reducing the algorithm's ability to adapt to changing situations and should only be done as a last resort. +.It tcp.rfc3042 +Enable the Limited Transmit algorithm as described in RFC 3042. It +helps avoid timeouts on lossy links. This is a standards track RFC +and is off by default. .El .Sh ERRORS A socket operation may fail with one of the following errors returned: |