lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <4AE9A587.7050400@gmail.com> Date: Thu, 29 Oct 2009 15:24:07 +0100 From: Eric Dumazet <eric.dumazet@...il.com> To: Andreas Petlund <apetlund@...ula.no> CC: Ilpo Järvinen <ilpo.jarvinen@...sinki.fi>, Arnd Hannemann <hannemann@...s.rwth-aachen.de>, Netdev <netdev@...r.kernel.org>, LKML <linux-kernel@...r.kernel.org>, shemminger@...tta.com, David Miller <davem@...emloft.net> Subject: Re: [PATCH 2/3] net: TCP thin linear timeouts Andreas Petlund a écrit : > > The removal of exponential backoff on a general basis has been > investigated and discussed already, for instance here: > http://ccr.sigcomm.org/online/?q=node/416 > Such steps are, however considered drastic, and I agree that caution > must be made to thoroughly investigate the effects of such changes. > The changes introduced by the proposed patches, however, are not default > behaviour, but an option for applications that suffer from the > thin-stream TCP increased retransmission latencies. They will, as such, > not affect all streams. In addition, the changes will only be active for > streams which are perpetually thin or in the early phase of expanding > their cwnd. Also, experiments performed on congested bottlenecks with > tail-drop queues show very little (if any at all) effect on goodput for > the modified scenario compared to a scenario with unmodified TCP streams. > > Graphs both for latency-results and fairness tests can be found here: > http://folk.uio.no/apetlund/lktmp/ > There should be a limit to linear timeouts, to say ... no more than 6 retransmits (eventually tunable), then switch to exponential backoff. Maybe your patch already implement such heuristic ? True link collapses do happen, it would be good if not all streams wakeup in the same second and make recovery very slow. Thats too easy to accept possibly dangerous features with the excuse of saying "It wont be used very much", because you cannot predict the future. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists