linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Delayed acks in Linux 2.2.14
@ 2001-07-18 18:52 anpol
  0 siblings, 0 replies; only message in thread
From: anpol @ 2001-07-18 18:52 UTC (permalink / raw)
  To: linux-kernel

Hi everyone,

I am studying delayed acks in linux 2.2.14 and i come to the following 
conclusions.

In bulk data transfer between two linux boxes i never saw a delayed ack. The 
server sends an ack every 2 full sized segments. This is fine but in 
transactional data transfer (e.g. a telnet session) i also do not see a 
delayed ack. What i see is this:

1. Client sends a character
2. Server echoes the character
3. Client sends an ack for the echo

The time between segment 2 and 3 is never above 20ms even when i have a large 
RTT (say 560 ms). This is a small delay(??) but its not enough to say that 
the ack is delayed. I also could never see the max delay of HZ/2 on an ACK. 
So delaying an ack does not depend on the RTT of the connection. Is that 
correct? And if yes where does it depend? Has anyone seen the HZ/2 delay on 
an ACK?

Thank you in advance

Tasos

p.s. please Cc your answer to my e-mail address <anpol@intracom.gr>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-07-18 11:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-18 18:52 Delayed acks in Linux 2.2.14 anpol

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).