Re: TCP and reordering
From: Saku Ytti <hidden>
Date: 2012-11-28 07:26:17
On (2012-11-27 21:06 -0500), David Miller wrote:
And the gains of fast retransmit far outweigh whatever strange justification would give for reordering packets on purpose.
I don't disagree. I'm not proposing to turn off fast retransmits. My proposal (or question more accurately) was to add 'reorder' counter to sockets, which would increment when duplicate ACK is followed by same sequence twice. Then you could automatically/dynamically delay duplicate acks, as you'd start to expect to receive the frames, out-of-order. Giving non-lossy reordering links pretty much 100% same performance as non-lossy in-order links. There are good amount of optimization in TCP for corner-case, and well that is what TCP stack does, tries to work with limitations imposed by network. My main question is, am I underestimating complexity needed to add such counter. Or does such counter actually already exist (I've not looked if netstat -s reordering counters are attributable to particular socket) -- ++ytti