Re: [PATCH 2/3] net: TCP thin linear timeouts
From: Arnd Hannemann <hidden>
Date: 2009-10-28 12:58:27
Also in:
lkml
Eric Dumazet schrieb:
Andreas Petlund a écrit :quoted
This patch will make TCP use only linear timeouts if the stream is thin. This will help to avoid the very high latencies that thin stream suffer because of exponential backoff. This mechanism is only active if enabled by iocontrol or syscontrol and the stream is identified as thin.Wont this reduce the session timeout to something very small, ie 15 retransmits, way under the minute ?
The session timeout no longer depends on the actual number of retransmits. Instead its a time interval, which is roughly equivalent to the time a TCP, performing exponential backoff would need to perform 15 retransmits. However, addressing the proposal: I wonder how one can seriously suggest to just skip congestion response during timeout-based loss recovery? I believe that in a heavily congested scenarios, this would lead to a goodput goodput disaster... Not to mention that in a heavily congested scenario, suddenly every flow will become "thin", so this will even amplify the problems. Or did I miss something? Best regards, Arnd