Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341628
b: refs/heads/master
c: 7e3a2dc
h: refs/heads/master
v: v3
  • Loading branch information
Rick Jones authored and David S. Miller committed Nov 29, 2012
1 parent d7c5b08 commit e2c62f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8a2cf062b27ef5511a7d8a7ce6662fbc04f671b8
refs/heads/master: 7e3a2dc52953f126103a36b33db1f57463fbbb8f
17 changes: 9 additions & 8 deletions trunk/Documentation/networking/ip-sysctl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -199,15 +199,16 @@ tcp_early_retrans - INTEGER
Default: 2

tcp_ecn - INTEGER
Enable Explicit Congestion Notification (ECN) in TCP. ECN is only
used when both ends of the TCP flow support it. It is useful to
avoid losses due to congestion (when the bottleneck router supports
ECN).
Control use of Explicit Congestion Notification (ECN) by TCP.
ECN is used only when both ends of the TCP connection indicate
support for it. This feature is useful in avoiding losses due
to congestion by allowing supporting routers to signal
congestion before having to drop packets.
Possible values are:
0 disable ECN
1 ECN enabled
2 Only server-side ECN enabled. If the other end does
not support ECN, behavior is like with ECN disabled.
0 Disable ECN. Neither initiate nor accept ECN.
1 Always request ECN on outgoing connection attempts.
2 Enable ECN when requested by incomming connections
but do not request ECN on outgoing connections.
Default: 2

tcp_fack - BOOLEAN
Expand Down

0 comments on commit e2c62f8

Please sign in to comment.