From mboxrd@z Thu Jan 1 00:00:00 1970 From: Soheil Hassas Yeganeh Subject: Re: [PATCH net] tcp: restore autocorking Date: Thu, 3 May 2018 10:52:46 -0400 Message-ID: References: <20180503032513.210324-1-edumazet@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: "David S . Miller" , netdev , Michael Wenig , Eric Dumazet To: Eric Dumazet Return-path: Received: from mail-io0-f174.google.com ([209.85.223.174]:40939 "EHLO mail-io0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751551AbeECOx2 (ORCPT ); Thu, 3 May 2018 10:53:28 -0400 Received: by mail-io0-f174.google.com with SMTP id g14-v6so18276872ioc.7 for ; Thu, 03 May 2018 07:53:28 -0700 (PDT) In-Reply-To: <20180503032513.210324-1-edumazet@google.com> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, May 2, 2018 at 11:25 PM, Eric Dumazet wrote: > Fixes: 75c119afe14f ("tcp: implement rb-tree based retransmit queue") > Signed-off-by: Eric Dumazet > Reported-by: Michael Wenig > Tested-by: Michael Wenig Acked-by: Soheil Hassas Yeganeh Thank you for catching and fixing this!