diff options
| author | Jeffrey Hsu <hsu@FreeBSD.org> | 2003-03-12 20:44:06 +0000 |
|---|---|---|
| committer | Jeffrey Hsu <hsu@FreeBSD.org> | 2003-03-12 20:44:06 +0000 |
| commit | edcd017d679900f9c12c85fe96e99f702d579885 (patch) | |
| tree | 7bc855a3475b2e18303e6c14c017d1a1ae1660a9 | |
| parent | 703d65601d610ae7528bb67fed551a3e0cd41e90 (diff) | |
Notes
| -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 409d10d5a71b..9e3ff83cfb8d 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: |
