All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nivedita Singhvi <niv@us.ibm.com>
To: arcot_arumugam@hotmail.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: TCPPureAcks TCPHPAcks - Definition?
Date: Fri, 15 Nov 2002 14:30:01 -0800	[thread overview]
Message-ID: <3DD57568.CC9CC2CC@us.ibm.com> (raw)

> I am browsing linux TCP MIB header code and I see many fields but no
> explanation on what those fields are.
> 
> Some of them are obvious but others are not.
> 
> you can see all of them by typing
> 
> /proc/net/netstat
> 
> Does anyone know about what these fields contain? Is it documented anywhere?
> 
> I did a google but could not find anything.

TCPHPAcks - An ack received in TCP fast path. i.e. 
	    header prediction path. In sequence ack
	    that moves the window. See tcp_ack()
	    in tcp_input.c.

TCPPureAcks - Pure ack recvd (i.e. no data was sent).
            This excludes the above category.


I am working on documenting this stuff. Probably a couple
of weeks away. 

I also suggest posting to netdev@oss.sgi.com, which is the
mailing list targeted to networking developers, or even
linux-net@vger.kernel.org, which is the mailing list most
networking users post problem reports and questions on.
Your chances of reaching a networking person who has time to
answer the question are greater :).

thanks,
Nivedita

             reply	other threads:[~2002-11-15 22:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-15 22:30 Nivedita Singhvi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-07-29 13:07 TCPPureAcks TCPHPAcks - Definition? Bill Darte
2002-11-15 21:03 Arcot Arumugam
2002-11-15 21:35 ` David S. Miller
2002-11-15 21:41   ` Arcot Arumugam

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=3DD57568.CC9CC2CC@us.ibm.com \
    --to=niv@us.ibm.com \
    --cc=arcot_arumugam@hotmail.com \
    --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.