tcp: make sysctl_tcp_ecn namespace aware
authorHannes Frederic Sowa <hannes@stressinduktion.org>
Sat, 5 Jan 2013 16:10:48 +0000 (16:10 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Jan 2013 05:09:56 +0000 (21:09 -0800)
As per suggestion from Eric Dumazet this patch makes tcp_ecn sysctl
namespace aware.  The reason behind this patch is to ease the testing
of ecn problems on the internet and allows applications to tune their
own use of ecn.

Cc: Eric Dumazet <eric.dumazet@gmail.com>
Cc: David Miller <davem@davemloft.net>
Cc: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found