diff options
author | maxim <maxim@FreeBSD.org> | 2004-10-12 13:52:46 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2004-10-12 13:52:46 +0000 |
commit | ae55fb3a153b8180ee7948a8c530a0dc65b6cb89 (patch) | |
tree | 0b26a2256f7f25e476988ec62be2160da113bcea | |
parent | 9acceba3a53288033d0869840780ba67524707af (diff) | |
download | FreeBSD-src-ae55fb3a153b8180ee7948a8c530a0dc65b6cb89.zip FreeBSD-src-ae55fb3a153b8180ee7948a8c530a0dc65b6cb89.tar.gz |
Document net.inet.tcp.sack.initburst sysctl.
-rw-r--r-- | share/man/man4/tcp.4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4 index d9adfeb..2be2559 100644 --- a/share/man/man4/tcp.4 +++ b/share/man/man4/tcp.4 @@ -482,6 +482,9 @@ Enable support for RFC 2018, TCP Selective Acknowledgment option, which allows the receiver to inform the sender about all successfully arrived segments, allowing the sender to retransmit the missing segments only. +.It Va sack.initburst +Control the number of SACK retransmissions done upon initiation of SACK +recovery. .El .Sh ERRORS A socket operation may fail with one of the following errors returned: |