Re: [PATCH] TCP : use LIMIT_NETDEBUG in tcp_retransmit_timer()

2007-06-05 Thread David Miller
From: Eric Dumazet [EMAIL PROTECTED] Date: Mon, 04 Jun 2007 09:13:40 +0200 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 [EMAIL PROTECTED]

Re: [PATCH] TCP : use LIMIT_NETDEBUG in tcp_retransmit_timer()

2007-06-05 Thread Eric Dumazet
David Miller a écrit : From: Eric Dumazet [EMAIL PROTECTED] Date: Mon, 04 Jun 2007 09:13:40 +0200 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

Re: [PATCH] TCP : use LIMIT_NETDEBUG in tcp_retransmit_timer()

2007-06-05 Thread David Miller
From: Eric Dumazet [EMAIL PROTECTED] Date: Tue, 05 Jun 2007 09:07:26 +0200 Should I try to contact 222.39.111.164 and kindly ask him not to trigger this annoying message ? Is this remote peer running an old linux, or is it a bug in the current linux-2.6.22-rc4 kernel that my server runs ?

[PATCH] TCP : use LIMIT_NETDEBUG in tcp_retransmit_timer()

2007-06-04 Thread Eric Dumazet
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 [EMAIL PROTECTED] diff --git a/net/ipv4/tcp_timer.c b/net/ipv4/tcp_timer.c index e613401..e9b151b