Re: TCP and reordering
From: Saku Ytti <hidden>
Date: 2012-11-27 17:15:22
On 27 November 2012 19:05, Rick Jones [off-list ref] wrote:
Packet reordering is supposed to be the exception, not the rule. Links which habitually/constantly introduce reordering are, in my opinion, broken. Optimizing for them would be optimizing an error case.
TCP used to be friendly to reordering before fast retransmit optimization was implemented. It seems like minimal complexity in TCP algorithm and would dynamically work correctly depending on situation. It is rather slim comfort that network should work, when it does not, and you cannot affect it. But if the complexity is higher than I expect, then I fully agree, makes no sense to add it. Reason why reordering can happen in modern MPLS network is that you have to essentially duck type your traffic, and sometimes you duck type them wrong and you are then calculating ECMP on incorrect values, causing packets inside flow to take different ports. -- ++ytti