public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* TCPPureAcks TCPHPAcks - Definition?
@ 2002-11-15 21:03 Arcot Arumugam
  2002-11-15 21:35 ` David S. Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Arcot Arumugam @ 2002-11-15 21:03 UTC (permalink / raw)
  To: linux-kernel

Hi

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.

Thanks

Arcot


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

* Re: TCPPureAcks TCPHPAcks - Definition?
  2002-11-15 21:03 Arcot Arumugam
@ 2002-11-15 21:35 ` David S. Miller
  2002-11-15 21:41   ` Arcot Arumugam
  0 siblings, 1 reply; 4+ messages in thread
From: David S. Miller @ 2002-11-15 21:35 UTC (permalink / raw)
  To: Arcot Arumugam; +Cc: linux-kernel

On Fri, 2002-11-15 at 13:03, Arcot Arumugam wrote:
> Does anyone know about what these fields contain? Is it documented anywhere?

They are statistics for the developers of the networking
stack, if you can't be bothered to read and unstand the
places in the TCP stack sources where these counters are
bumped then congratulations these statistics can safely
be ignored by you :-)


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

* Re: TCPPureAcks TCPHPAcks - Definition?
  2002-11-15 21:35 ` David S. Miller
@ 2002-11-15 21:41   ` Arcot Arumugam
  0 siblings, 0 replies; 4+ messages in thread
From: Arcot Arumugam @ 2002-11-15 21:41 UTC (permalink / raw)
  To: David S. Miller; +Cc: linux-kernel

<...>
> read and unstand the
> places in the TCP stack sources where these counters are
> bumped

I will do that.

But does it hurt so much that the networking stack developers cannot provide
a comment for each field?

I know they are busy people and do not do such "trivial" things.

Thanks anyway

Arcot

----- Original Message -----
From: "David S. Miller" <davem@redhat.com>
To: "Arcot Arumugam" <arcot_arumugam@hotmail.com>
Cc: <linux-kernel@vger.kernel.org>
Sent: Friday, November 15, 2002 1:35 PM
Subject: Re: TCPPureAcks TCPHPAcks - Definition?


> On Fri, 2002-11-15 at 13:03, Arcot Arumugam wrote:
> > Does anyone know about what these fields contain? Is it documented
anywhere?
>
> They are statistics for the developers of the networking
> stack, if you can't be bothered to read and unstand the
> places in the TCP stack sources where these counters are
> bumped then congratulations these statistics can safely
> be ignored by you :-)
>

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

* Re: TCPPureAcks TCPHPAcks - Definition?
@ 2002-11-15 22:30 Nivedita Singhvi
  0 siblings, 0 replies; 4+ messages in thread
From: Nivedita Singhvi @ 2002-11-15 22:30 UTC (permalink / raw)
  To: arcot_arumugam; +Cc: linux-kernel

> 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

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

end of thread, other threads:[~2002-11-15 22:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-15 22:30 TCPPureAcks TCPHPAcks - Definition? Nivedita Singhvi
  -- strict thread matches above, loose matches on Subject: below --
2002-11-15 21:03 Arcot Arumugam
2002-11-15 21:35 ` David S. Miller
2002-11-15 21:41   ` Arcot Arumugam

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