public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 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
* 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

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