Re: TCP and reordering
From: Saku Ytti <hidden>
Date: 2012-11-28 18:44:45
From: Saku Ytti <hidden>
Date: 2012-11-28 18:44:45
On (2012-11-28 10:24 -0800), Rick Jones wrote:
By increasing net.ipv4.tcp_reordering you make the sending TCP less "sensitive" to duplicate ACKs and so less sensitive to reordering detected by the receiver. The receiver is generating as many (duplicate) ACKs as before, it is just that the sender is ignoring them a bit more.
Thanks, I didn't know this. -- ++ytti