From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [RFC PATCH RESEND] tcp: avoid F-RTO if SACK and timestamps are disabled Date: Wed, 13 Jun 2018 10:48:05 -0700 Message-ID: <4cc1a197-abc0-8785-fb79-79e99bc25980@gmail.com> References: <20180613164802.99B89A09E2@unicorn.suse.cz> <20180613165543.0F92DA09E2@unicorn.suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: netdev , Eric Dumazet , Ilpo Jarvinen , linux-kernel@vger.kernel.org To: Yuchung Cheng , Michal Kubecek Return-path: In-Reply-To: Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 06/13/2018 10:32 AM, Yuchung Cheng wrote: > On Wed, Jun 13, 2018 at 9:55 AM, Michal Kubecek wrote: >> >> When F-RTO algorithm (RFC 5682) is used on connection without both SACK and >> timestamps (either because of (mis)configuration or because the other >> endpoint does not advertise them), specific pattern loss can make RTO grow >> exponentially until the sender is only able to send one packet per two >> minutes (TCP_RTO_MAX). >> Signed-off-by: Michal Kubecek > Acked-by: Yuchung Cheng > > Thanks for the patch (and packedrill test)! Yes, thanks a lot Michal. Signed-off-by: Eric Dumazet