]> git.baikalelectronics.ru Git - kernel.git/commit
doc: Clarify behavior when sysctl tcp_ecn = 1
authorVijay Subramanian <subramanian.vijay@gmail.com>
Wed, 9 Jan 2013 12:21:30 +0000 (12:21 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Jan 2013 22:21:16 +0000 (14:21 -0800)
commitb92ecb77d3df965fac87674f9ab8418d3fba2c6f
tree0d78b6422f4b4d0b07a415e11fbb348124c6b1a0
parent8330e629530e51e7a11ad8078ed90615b3a8e96a
doc: Clarify behavior when sysctl tcp_ecn = 1

Recent commit (commit a3cb63b2d27a doc: make the description of how tcp_ecn
works more explicit and clear ) clarified the behavior of tcp_ecn sysctl
variable but description is inconsistent. When requested by incoming conections,
ECN is enabled with not just tcp_ecn = 2 but also with tcp_ecn = 1.

This patch makes it clear that with tcp_ecn = 1, ECN is enabled when requested
by incoming connections.

Also fix spelling of 'incoming'.

Signed-off-by: Vijay Subramanian <subramanian.vijay@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ip-sysctl.txt