mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* peer shrinks window
@ 2001-03-09 23:45 Marco d'Itri
  2001-03-10  3:25 ` Andres Salomon
  0 siblings, 1 reply; 2+ messages in thread
From: Marco d'Itri @ 2001-03-09 23:45 UTC (permalink / raw)
  To: linux-kernel

In two days I've got 46 messages like:

Mar  7 08:00:55 attila kernel: TCP: peer 163.162.41.4:37582/20 shrinks window 752789960:5840:752797200. Bad, what else can I say?

If needed I can ask about the os running there, I think it's solaris.
(nmap confirms: Solaris 7)

Linux attila 2.4.0-test11 #11 Wed Dec 13 12:02:51 CET 2000 ppc unknown

-- 
ciao,
Marco

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

* Re: peer shrinks window
  2001-03-09 23:45 peer shrinks window Marco d'Itri
@ 2001-03-10  3:25 ` Andres Salomon
  0 siblings, 0 replies; 2+ messages in thread
From: Andres Salomon @ 2001-03-10  3:25 UTC (permalink / raw)
  To: Marco d'Itri; +Cc: linux-kernel

I've noticed this as well in my logs.  In linux/include/net/tcp.h,
TCP_DEBUG is turned on; in linux/net/ipv4/tcp_input.c,
tcp_ack_update_window() contains the following:

#ifdef TCP_DEBUG
<snip>
printk(KERN_DEBUG "TCP: peer %u.%u.%u.%u:%u/%u shrinks window %u:%u:%u. Bad, what else can I say?\n",
                               NIPQUAD(sk->daddr), htons(sk->dport), sk->num,
                               tp->snd_una, tp->snd_wnd, tp->snd_nxt);
<snip>
#endif

Is it really necessary for TCP_DEBUG to be turned on by default?

On Sat, Mar 10, 2001 at 12:45:56AM +0100, Marco d'Itri wrote:
> 
> In two days I've got 46 messages like:
> 
> Mar  7 08:00:55 attila kernel: TCP: peer 163.162.41.4:37582/20 shrinks window 752789960:5840:752797200. Bad, what else can I say?
> 
> If needed I can ask about the os running there, I think it's solaris.
> (nmap confirms: Solaris 7)
> 
> Linux attila 2.4.0-test11 #11 Wed Dec 13 12:02:51 CET 2000 ppc unknown
> 
> -- 
> ciao,
> Marco

-- 
"... being a Linux user is sort of like living in a house inhabited
by a large family of carpenters and architects. Every morning when
you wake up, the house is a little different. Maybe there is a new
turret, or some walls have moved. Or perhaps someone has temporarily
removed the floor under your bed." - Unix for Dummies, 2nd Edition
        -- found in the .sig of Rob Riggs, rriggs@tesser.com

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

end of thread, other threads:[~2001-03-10  3:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-09 23:45 peer shrinks window Marco d'Itri
2001-03-10  3:25 ` Andres Salomon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®