提交 7e3a2dc5 编写于 作者: R Rick Jones 提交者: David S. Miller

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: NRick Jones <rick.jones2@hp.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 8a2cf062
...@@ -199,15 +199,16 @@ tcp_early_retrans - INTEGER ...@@ -199,15 +199,16 @@ tcp_early_retrans - INTEGER
Default: 2 Default: 2
tcp_ecn - INTEGER tcp_ecn - INTEGER
Enable Explicit Congestion Notification (ECN) in TCP. ECN is only Control use of Explicit Congestion Notification (ECN) by TCP.
used when both ends of the TCP flow support it. It is useful to ECN is used only when both ends of the TCP connection indicate
avoid losses due to congestion (when the bottleneck router supports support for it. This feature is useful in avoiding losses due
ECN). to congestion by allowing supporting routers to signal
congestion before having to drop packets.
Possible values are: Possible values are:
0 disable ECN 0 Disable ECN. Neither initiate nor accept ECN.
1 ECN enabled 1 Always request ECN on outgoing connection attempts.
2 Only server-side ECN enabled. If the other end does 2 Enable ECN when requested by incomming connections
not support ECN, behavior is like with ECN disabled. but do not request ECN on outgoing connections.
Default: 2 Default: 2
tcp_fack - BOOLEAN tcp_fack - BOOLEAN
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部