All of lore.kernel.org
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: jordy@napster.com
Cc: linux-kernel@vger.kernel.org, kuznet@ms2.inr.ac.ru
Subject: Re: Poor TCP Performance 2.4.0-10 <-> Win98 SE PPP
Date: Mon, 6 Nov 2000 21:33:25 -0800	[thread overview]
Message-ID: <200011070533.VAA02179@pizda.ninka.net> (raw)
In-Reply-To: <3A079127.47B2B14C@napster.com> (message from Jordan Mendelson on Mon, 06 Nov 2000 21:20:39 -0800)
In-Reply-To: <3A07662F.39D711AE@napster.com> <200011070428.UAA01710@pizda.ninka.net> <3A079127.47B2B14C@napster.com>

   Date: Mon, 06 Nov 2000 21:20:39 -0800
   From: Jordan Mendelson <jordy@napster.com>

   It looks to me like there is an artificial delay in 2.4.0 which is
   slowing down the traffic to unbearable levels. 

No, I think I see whats wrong, it's nothing more than packet drop.

The large gaps in time seem to be due to packets being dropped:

22:00:39.991515 64.124.41.179.8888 > 209.179.245.186.1092: P 1:21(20) ack 44 win 5840 (DF)
22:00:39.991660 64.124.41.179.8888 > 209.179.245.186.1092: P 21:557(536) ack 44 win 5840 (DF)

3 seconds pass, retransmit time out.

22:00:42.991490 64.124.41.179.8888 > 209.179.245.186.1092: P 1:21(20) ack 44 win 5840 (DF)

Linux retransmits dropped data.

22:00:43.180946 209.179.245.186.1092 > 64.124.41.179.8888: P 44:56(12) ack 21 win 65260 (DF)

Windows95 responds, acknowledges up to byte 21.

22:00:43.180997 64.124.41.179.8888 > 209.179.245.186.1092: P 21:557(536) ack 44 win 5840 (DF)
22:00:43.181025 64.124.41.179.8888 > 209.179.245.186.1092: P 557:1093(536) ack 56 win 5840 (DF)
22:00:45.685143 209.179.245.186.1092 > 64.124.41.179.8888: P 44:456(412) ack 21 win 65260 (DF)

Linux resends bytes 21:556 and sends new data from 557:1093.
Windows95 sends new data and ACKs only up to 21 (meaning presumably
that all bytes sent by Linux this time were dropped).

22:00:45.685204 64.124.41.179.8888 > 209.179.245.186.1092: . ack 456 win 6432 <nop,nop, sack 1 {44:56} > (DF)

Linux acknowledges data received from Windows95 machine.
A retransmit timeout occurs on the lost data.

22:00:49.171046 64.124.41.179.8888 > 209.179.245.186.1092: P 21:557(536) ack 456 win 6432 (DF)
22:00:49.470193 209.179.245.186.1092 > 64.124.41.179.8888: . ack 557 win 65280 (DF)

Linux resends 21:557, Windows95 (finally) acknowledges it.

Looking at the equivalent 220 traces, the only difference appears to
be that the packets are not getting dropped.

Alexey, do you have any other similar reports wrt. the new MSS
advertisement scheme in 2.4.x?

Jordan, you mentioned something about possibly being "bandwidth
limited"?  Please, elaborate...

Later,
David S. Miller
davem@redhat.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

  reply	other threads:[~2000-11-07  5:48 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-07  2:17 Poor TCP Performance 2.4.0-10 <-> Win98 SE PPP Jordan Mendelson
2000-11-07  4:28 ` David S. Miller
2000-11-07  5:20   ` Jordan Mendelson
2000-11-07  5:33     ` David S. Miller [this message]
2000-11-07  6:13       ` Jordan Mendelson
2000-11-07  6:03         ` David S. Miller
2000-11-07  6:44           ` Jordan Mendelson
2000-11-07  6:56             ` David S. Miller
2000-11-07  7:16               ` Jordan Mendelson
2000-11-07  7:12                 ` David S. Miller
2000-11-07  7:32                   ` Jordan Mendelson
2000-11-07  7:27                     ` David S. Miller
2000-11-07  9:41                       ` Andi Kleen
2000-11-07  9:57                         ` David S. Miller
2000-11-07 12:22                     ` Alan Cox
2000-11-07 12:10                       ` David S. Miller
2000-11-07  9:42                 ` Andi Kleen
2000-11-07 18:13                   ` Jordan Mendelson
2000-11-07  9:38               ` Rogier Wolff
2000-11-07  9:58                 ` David S. Miller
2000-11-07 10:36                   ` Rogier Wolff
2000-11-07 22:43             ` Lincoln Dale
2000-11-07  7:03           ` Andi Kleen
2000-11-07  6:59             ` David S. Miller
2000-11-07  7:16               ` Andi Kleen
2000-11-07  7:14                 ` David S. Miller
2000-11-07  9:35       ` Rogier Wolff
2000-11-07 10:00         ` David S. Miller
     [not found] <3A076701.F437F88B@napster.com>
2000-11-07  3:44 ` Jordan Mendelson
2000-11-07  4:29   ` David S. Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200011070533.VAA02179@pizda.ninka.net \
    --to=davem@redhat.com \
    --cc=jordy@napster.com \
    --cc=kuznet@ms2.inr.ac.ru \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.