netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* TCP not triggering a fast retransmit?
@ 2010-06-30 18:04 Ivan Novick
  2010-06-30 19:26 ` Brian Bloniarz
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Ivan Novick @ 2010-06-30 18:04 UTC (permalink / raw)
  To: netdev; +Cc: jmatthews, Tim Heath

[-- Attachment #1: Type: text/plain, Size: 1555 bytes --]

Hello all,

Attached is a packet capture from my application that is running on
RedHat Enterprise Linux 5.4

I am seeing a Retransmission timeout but I was hoping this case would
go into fast retransmit and not RTO.

I am wondering why did the sender not send more data?  If the sender
was to send more data and extend the window then it would seem the
duplicate acks or SACKS should trigger fast retransmit.

The application does not constantly send data, but data should arrive
to be sent before 200 milliseconds that it takes for the RTO.

Is it possible that there was no data to send and the window is not
advanced and the sender is waiting for an ACK.  Then data arrives half
way into the RTO 200 milliseconds while waiting for an outstanding ACK
but the window is not advanced?

You can see right after the RTO and retransmission additional data is
sent, so there is additional data.  In theory that additional data
could be arriving right at the 200 milliseconds point, but we see this
pattern in the dump regularly and I believe data is there before the
end of the 200 milliseconds RTO.

As a related point the advertised window from the receiver seems to be
a constant value of 22060, so either the receiver is handling its data
fast enough to never have to reduce its window... or this number is
really not used to indicate space available currently in the receive
window?

Any feedback to help understand why we are not doing fast retransmit
and or why the sender is not extending the window would be greatly
appreciated.

Cheers,
Ivan Novick

[-- Attachment #2: sender_backoff.cap --]
[-- Type: application/octet-stream, Size: 3076 bytes --]

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

end of thread, other threads:[~2010-07-01  1:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-30 18:04 TCP not triggering a fast retransmit? Ivan Novick
2010-06-30 19:26 ` Brian Bloniarz
2010-06-30 20:06 ` Mitchell Erblich
2010-06-30 20:14   ` Ivan Novick
2010-06-30 20:43     ` Mitchell Erblich
2010-06-30 21:03 ` Ben Hutchings
2010-06-30 21:22   ` David Miller
2010-06-30 23:10     ` Mitchell Erblich
2010-07-01  0:27   ` Ivan Novick
2010-07-01  1:23     ` Ben Hutchings

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