From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH net,v2] tcp: Fix broken repair socket window probe patch Date: Mon, 16 Jul 2018 07:16:43 -0700 Message-ID: <287894c5-9271-0ff7-9f39-2be593d6211a@gmail.com> References: <1531668997-1439-1-git-send-email-sbaranoff@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Andrey Vagin , Pavel Emelyanov , Eric Dumazet , "David S. Miller" , Alexey Kuznetsov , Hideaki YOSHIFUJI , netdev@vger.kernel.org To: Stefan Baranoff Return-path: Received: from mail-pf0-f196.google.com ([209.85.192.196]:34783 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727246AbeGPOoY (ORCPT ); Mon, 16 Jul 2018 10:44:24 -0400 Received: by mail-pf0-f196.google.com with SMTP id k19-v6so988582pfi.1 for ; Mon, 16 Jul 2018 07:16:46 -0700 (PDT) In-Reply-To: <1531668997-1439-1-git-send-email-sbaranoff@gmail.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 07/15/2018 08:36 AM, Stefan Baranoff wrote: > Correct previous bad attempt at allowing sockets to come out of TCP > repair without sending window probes. To avoid changing size of > the repair variable in struct tcp_sock, this lets the decision for > sending probes or not to be made when coming out of repair by > introducing two ways to turn it off. > Thanks for the fix. Signed-off-by: Eric Dumazet