public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Mika Liljeberg <Mika.Liljeberg@welho.com>
To: kuznet@ms2.inr.ac.ru
Cc: Mika.Liljeberg@nokia.com, davem@redhat.com,
	linux-kernel@vger.kernel.org, sarolaht@cs.helsinki.fi
Subject: Re: TCP LAST-ACK state broken in 2.4.17-pre2 [NEW DATA]
Date: Tue, 18 Dec 2001 22:21:44 +0200	[thread overview]
Message-ID: <3C1FA558.E889A00D@welho.com> (raw)
In-Reply-To: <200112181837.VAA10394@ms2.inr.ac.ru>

kuznet@ms2.inr.ac.ru wrote:
> 
> Hello!
> 
> > from the SYN exchange (about 200 ms). So, something is wrong?
> 
> Well, the guess was right and this is pleasant.

Yes. We also saw a case, where the RTO was quite high but not quite 120,
so we got exactly one retransmission.

> The only minor :-) question remained is to guess how rto could happen
> to be at this value. I will think. Well, if you have some guesses,
> please, tell me.

Sorry, I'm not really trying to debug Linux so I haven't given it much
thought. We're exercising retransmission algorithms with a packet loss
ratio of 5% if that's any help.

> Is this intel btw?

It's ARM in little endian mode.

> I just see that other side
> sends bogus misaligned tcp options... not a problem, but it can
> be reason of funnyies with some probability.

Heh, they're not bogus, just differently aligned. :) This is an
implementation where packet processing latency is not highest 
item on the list of optimization targets.

Now that you mention it, tcp_parse_options() in input.c seems to expect
that the timestamps are word aligned, which is not the case here, and a
false assumption in any case. I would have expected a bus error for
that, unless the pointer cast generates code that magically word aligns
the resulting pointer...

Cheers,

	MikaL

  reply	other threads:[~2001-12-18 20:22 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-18  9:33 TCP LAST-ACK state broken in 2.4.17-pre2 [NEW DATA] Mika.Liljeberg
2001-12-18 18:37 ` kuznet
2001-12-18 20:21   ` Mika Liljeberg [this message]
2001-12-18 20:28     ` David S. Miller
2001-12-18 20:29     ` ARM: " kuznet
2001-12-18 20:52       ` Mika Liljeberg
2001-12-18 21:08         ` David S. Miller
2001-12-18 21:03       ` Russell King
2001-12-18 21:11         ` David S. Miller
2001-12-18 21:14           ` Russell King
2001-12-18 21:15             ` David S. Miller
2001-12-18 21:27               ` Mika Liljeberg
2001-12-18 21:24           ` Rik van Riel
2001-12-18 21:28             ` Russell King
2001-12-18 21:33             ` David S. Miller
2001-12-20  7:31     ` Stevie O
2001-12-20  7:40       ` David S. Miller
2001-12-20  7:51       ` Stevie O
2001-12-20  8:58         ` Russell King
2001-12-20  9:01       ` Russell King
2001-12-20 10:22       ` David Weinehall
2002-01-02 19:52         ` Mike Touloumtzis

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=3C1FA558.E889A00D@welho.com \
    --to=mika.liljeberg@welho.com \
    --cc=Mika.Liljeberg@nokia.com \
    --cc=davem@redhat.com \
    --cc=kuznet@ms2.inr.ac.ru \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sarolaht@cs.helsinki.fi \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox