Re: TCP not triggering a fast retransmit?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Mitchell Erblich
Date: Wednesday, June 30, 2010 - 1:06 pm

On Jun 30, 2010, at 11:04 AM, Ivan Novick wrote:


Ivan, et al,

Without looking at your dump, not getting DUPAcks then
- their isn't enough in-flight data/ segments to generate enough ACKs (Duplicate ACKs)
assuming you get ACKs with non-increasing SEQs
- or the/some ACKs are being dropped.

Normally to fix this is to set the MTU / MSS size to say 576 at the two
end points if this is re-runnable, OR make it a thin flow

With a real quick look at your dump, 

my first question is why the .1 -> .2 always has a small window of 46
one way data transfer?

Now, taking a look at the dump with a -r ,
What makes you think that DupACKs are being sent?
To then cause a Fast Re-transmit?

Sometimes, adding tracing within the tcps, can identify if.
the tcp flow has periods of idleness,
the tcp flow is/has been application limited versus network limited,
whether the flow is in SS or CA?
CA normally has DELayed ACks, which reduces the number 
    of ACKs to 1/2 or more,
Whether Fast re-xmit is triggered by 2 or 3 DupAcks.
whether any burst avoidance has occured,
etc,


Mitchell Erblich







--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
TCP not triggering a fast retransmit?, Ivan Novick, (Wed Jun 30, 11:04 am)
Re: TCP not triggering a fast retransmit?, Brian Bloniarz, (Wed Jun 30, 12:26 pm)
Re: TCP not triggering a fast retransmit?, Mitchell Erblich, (Wed Jun 30, 1:06 pm)
Re: TCP not triggering a fast retransmit?, Ivan Novick, (Wed Jun 30, 1:14 pm)
Re: TCP not triggering a fast retransmit?, Mitchell Erblich, (Wed Jun 30, 1:43 pm)
Re: TCP not triggering a fast retransmit?, Ben Hutchings, (Wed Jun 30, 2:03 pm)
Re: TCP not triggering a fast retransmit?, David Miller, (Wed Jun 30, 2:22 pm)
Re: TCP not triggering a fast retransmit?, Mitchell Erblich, (Wed Jun 30, 4:10 pm)
Re: TCP not triggering a fast retransmit?, Ivan Novick, (Wed Jun 30, 5:27 pm)
Re: TCP not triggering a fast retransmit?, Ben Hutchings, (Wed Jun 30, 6:23 pm)