netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Disabling "TCP Treason uncloaked"
@ 2006-05-02 16:19 Just Marc
  2006-05-02 16:02 ` Andi Kleen
  2006-05-02 23:00 ` Herbert Xu
  0 siblings, 2 replies; 20+ messages in thread
From: Just Marc @ 2006-05-02 16:19 UTC (permalink / raw)
  To: netdev

Hi everyone,

Looking at mailing list archives there has been much talk of this print 
in the past, given the fact that this check/print is surrounded by an 
#ifdef TCP_DEBUG

#ifdef TCP_DEBUG
       if (net_ratelimit()) {
           struct inet_sock *inet = inet_sk(sk);
           printk(KERN_DEBUG "TCP: Treason uncloaked! Peer 
%u.%u.%u.%u:%u/%u shrinks window %u:%u. Repaired.\n",
                  NIPQUAD(inet->daddr), htons(inet->dport),
                  inet->num, tp->snd_una, tp->snd_nxt);
       }
#endif

I thought that maybe it's time to either set TCP_DEBUG to 0 or 
alternatively allow an admin to toggle the printing of this message 
off/on?  On a few busy web servers running usually latest versions of 
2.6 I have this message displaying hundreds (if not more) times a day, 
completely clogging the kernel log and making it harder to see if there 
are more interesting messages being printed.   TCP_DEBUG is being used 
in one more place that may also not require it anymore and or have it 
always enabled.

So, is it time to disable this print altogether? Is it time to allow an 
admin to toggle printing of this thing off?

Thanks for your time

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2006-05-03 13:19 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-02 16:19 Disabling "TCP Treason uncloaked" Just Marc
2006-05-02 16:02 ` Andi Kleen
2006-05-03  4:44   ` Just Marc
2006-05-03  6:32   ` David S. Miller
2006-05-03  6:52     ` Andi Kleen
2006-05-03  8:06     ` Just Marc
2006-05-02 23:00 ` Herbert Xu
2006-05-03  4:10   ` Auke Kok
2006-05-03  4:46   ` Just Marc
2006-05-03  7:05     ` Herbert Xu
2006-05-03 11:47       ` Ingo Oeser
2006-05-03 12:21         ` Herbert Xu
2006-05-03 13:08         ` Just Marc
2006-05-03 12:11           ` Herbert Xu
2006-05-03 13:25             ` Just Marc
2006-05-03 12:49       ` Just Marc
2006-05-03 11:56         ` Herbert Xu
2006-05-03 12:15           ` Alexey Toptygin
2006-05-03 13:19             ` Herbert Xu
2006-05-03 13:11           ` Just Marc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).