[TCP]: Use LIMIT_NETDEBUG in tcp_retransmit_timer().
authorEric Dumazet <dada1@cosmosbay.com>
Tue, 5 Jun 2007 07:16:12 +0000 (00:16 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 7 Jun 2007 20:40:08 +0000 (13:40 -0700)
commit274707cff9810b784c548ed169298617a1bc3528
treec6c7c4a9dbbc07616eda1c1a711499b7da3df743
parentc4b1010f406d7c3f819c22a6323c46776d5b148c
[TCP]: Use LIMIT_NETDEBUG in tcp_retransmit_timer().

LIMIT_NETDEBUG allows the admin to disable some warning messages (echo 0
 >/proc/sys/net/core/warnings).

The "TCP: Treason uncloaked!" message can use this facility.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_timer.c