aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorRick Jones <rick.jones2@hp.com>2012-11-28 04:53:10 -0500
committerDavid S. Miller <davem@davemloft.net>2012-11-29 13:14:58 -0500
commit7e3a2dc52953f126103a36b33db1f57463fbbb8f (patch)
tree5b11709ddc3c40bfe23a44ec4c7ea434a0441208 /Documentation/networking
parent8a2cf062b27ef5511a7d8a7ce6662fbc04f671b8 (diff)
doc: make the description of how tcp_ecn works more explicit and clear
Make the description of how tcp_ecn works a bit more explicit and clear. Signed-off-by: Rick Jones <rick.jones2@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/ip-sysctl.txt17
1 files changed, 9 insertions, 8 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt
index 98ac0d7552a1..c6d5fee888c4 100644
--- a/Documentation/networking/ip-sysctl.txt
+++ b/Documentation/networking/ip-sysctl.txt
@@ -199,15 +199,16 @@ tcp_early_retrans - INTEGER
199 Default: 2 199 Default: 2
200 200
201tcp_ecn - INTEGER 201tcp_ecn - INTEGER
202 Enable Explicit Congestion Notification (ECN) in TCP. ECN is only 202 Control use of Explicit Congestion Notification (ECN) by TCP.
203 used when both ends of the TCP flow support it. It is useful to 203 ECN is used only when both ends of the TCP connection indicate
204 avoid losses due to congestion (when the bottleneck router supports 204 support for it. This feature is useful in avoiding losses due
205 ECN). 205 to congestion by allowing supporting routers to signal
206 congestion before having to drop packets.
206 Possible values are: 207 Possible values are:
207 0 disable ECN 208 0 Disable ECN. Neither initiate nor accept ECN.
208 1 ECN enabled 209 1 Always request ECN on outgoing connection attempts.
209 2 Only server-side ECN enabled. If the other end does 210 2 Enable ECN when requested by incomming connections
210 not support ECN, behavior is like with ECN disabled. 211 but do not request ECN on outgoing connections.
211 Default: 2 212 Default: 2
212 213
213tcp_fack - BOOLEAN 214tcp_fack - BOOLEAN