netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Ilpo Järvinen" <ilpo.jarvinen@helsinki.fi>
To: Russell King <rmk@arm.linux.org.uk>
Cc: Netdev <netdev@vger.kernel.org>,
	Ben Hutchings <bhutchings@solarflare.com>
Subject: Re: 2.6.27.8 (+the idr fix) TCP Ack issue
Date: Wed, 31 Dec 2008 22:20:46 +0200 (EET)	[thread overview]
Message-ID: <Pine.LNX.4.64.0812312215590.3247@wrl-59.cs.helsinki.fi> (raw)
In-Reply-To: <20081231171016.GA1901@flint.arm.linux.org.uk>

[-- Attachment #1: Type: TEXT/PLAIN, Size: 864 bytes --]

On Wed, 31 Dec 2008, Russell King wrote:

> On Wed, Dec 31, 2008 at 12:38:24PM +0200, Ilpo Järvinen wrote:
> > If you have the dump still at handy, could you add couple of -v -v for
> > tcpdump. It could be that the peer is using bogus seqnos in the
> > duplicate ACK but by default that's not visible for zero sized segs
> > (checked in tcp_validate_incoming in the 2.6.28.7 kernel).
> 
> Is "seqno" another name for the IP ID field?

No, it's a sequence number, there are two sequence number spaces per flow, 
one for each direction (each has a corresponding field in the tcp header). 
For pure ACKs tcpdump won't show the sequence number by default even 
though it's still there...

With tcpdump -n -v -v I get this for pure acks:

...: ., cksum 0x43c0 (correct), 671:671(0) ack 14649 win 36500

That 671:671(0) won't be visible with smaller verbosity.

-- 
 i.

  reply	other threads:[~2008-12-31 20:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-30 19:58 2.6.27.8 (+the idr fix) TCP Ack issue Russell King
2008-12-31 10:38 ` Ilpo Järvinen
2008-12-31 17:10   ` Russell King
2008-12-31 20:20     ` Ilpo Järvinen [this message]
2009-01-02 14:26       ` Russell King
2009-01-02 21:34         ` David Miller
2009-01-02 22:02           ` Russell King
2009-01-02  8:43 ` Herbert Xu

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=Pine.LNX.4.64.0812312215590.3247@wrl-59.cs.helsinki.fi \
    --to=ilpo.jarvinen@helsinki.fi \
    --cc=bhutchings@solarflare.com \
    --cc=netdev@vger.kernel.org \
    --cc=rmk@arm.linux.org.uk \
    /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;
as well as URLs for NNTP newsgroup(s).