summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2008-08-16 21:12:25 +0000
committerrpaulo <rpaulo@FreeBSD.org>2008-08-16 21:12:25 +0000
commit7875473205f9848902c9283c03b5b79bbaca415c (patch)
tree113e60d7867787bc518f833e9356b8a622d1fdee /share
parentc73cca61188e71c277cf7324bdac792e4df63d27 (diff)
downloadFreeBSD-src-7875473205f9848902c9283c03b5b79bbaca415c.zip
FreeBSD-src-7875473205f9848902c9283c03b5b79bbaca415c.tar.gz
Add ECN sysctls and ECN RFC.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/tcp.417
1 files changed, 16 insertions, 1 deletions
diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4
index 27567d3..47c81f5 100644
--- a/share/man/man4/tcp.4
+++ b/share/man/man4/tcp.4
@@ -32,7 +32,7 @@
.\" From: @(#)tcp.4 8.1 (Berkeley) 6/5/93
.\" $FreeBSD$
.\"
-.Dd February 28, 2007
+.Dd August 16, 2008
.Dt TCP 4
.Os
.Sh NAME
@@ -514,6 +514,14 @@ Timeout to use for fast recycling of
.Dv FIN_WAIT_2
connections.
Defaults to 60 seconds.
+.It Va ecn.enable
+Enable support for TCP Explicit Congestion Notification (ECN).
+ECN allows a TCP sender to reduce the transmission rate in order to
+avoid packet drops.
+.It Va ecn.maxretries
+Number of retries (SYN or SYN/ACK retransmits) before disabling ECN on a
+specific connection. This is needed to help with connection establishment
+when a broken firewall is in the network path.
.El
.Sh ERRORS
A socket operation may fail with one of the following errors returned:
@@ -568,6 +576,13 @@ address.
.%T "Protection of BGP Sessions via the TCP MD5 Signature Option"
.%O "RFC 2385"
.Re
+.Rs
+.%A "K. Ramakrishnan"
+.%A "S. Floyd"
+.%A "D. Black"
+.%T "The Addition of Explicit Congestion Notification (ECN) to IP"
+.%O "RFC 3168"
+.Re
.Sh HISTORY
The
.Tn TCP
OpenPOWER on IntegriCloud