Commit 34a6ef381d402c6547aa9abb8a74b0262ae8255f

Authored by Peter Chubb
Committed by David S. Miller
1 parent 94dde7e451

tcp_ecn is an integer not a boolean

There was some confusion at LCA as to why the sysctl tcp_ecn took one
of three values when it was documented as a Boolean.  This patch fixes
the documentation.

Signed-off-by: Peter Chubb <peter.chubb@nicta.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

Documentation/networking/ip-sysctl.txt
... ... @@ -187,7 +187,7 @@
187 187 tcp_dsack - BOOLEAN
188 188 Allows TCP to send "duplicate" SACKs.
189 189  
190   -tcp_ecn - BOOLEAN
  190 +tcp_ecn - INTEGER
191 191 Enable Explicit Congestion Notification (ECN) in TCP. ECN is only
192 192 used when both ends of the TCP flow support it. It is useful to
193 193 avoid losses due to congestion (when the bottleneck router supports