From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3A7E4C433F5 for ; Fri, 1 Apr 2022 00:15:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243345AbiDAAR1 (ORCPT ); Thu, 31 Mar 2022 20:17:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47728 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243331AbiDAARX (ORCPT ); Thu, 31 Mar 2022 20:17:23 -0400 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [IPv6:2a0a:51c0:0:12e:520::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 88B38419B2; Thu, 31 Mar 2022 17:15:34 -0700 (PDT) Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1na4wt-0004YP-NS; Fri, 01 Apr 2022 02:15:32 +0200 Date: Fri, 1 Apr 2022 02:15:31 +0200 From: Florian Westphal To: Eric Dumazet Cc: Jaco Kroon , Neal Cardwell , LKML , Netdev , Yuchung Cheng Subject: Re: linux 5.17.1 disregarding ACK values resulting in stalled TCP connections Message-ID: <20220401001531.GB9545@breakpoint.cc> References: <10c1e561-8f01-784f-c4f4-a7c551de0644@uls.co.za> <5f1bbeb2-efe4-0b10-bc76-37eff30ea905@uls.co.za> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Eric Dumazet wrote: > Next step would be to attempt removing _all_ firewalls, especially not > common setups like yours. > > conntrack had a bug preventing TFO deployment for a while, because > many boxes kept buggy kernel versions for years. > > 356d7d88e088687b6578ca64601b0a2c9d145296 netfilter: nf_conntrack: fix > tcp_in_window for Fast Open Jaco could also try with net.netfilter.nf_conntrack_tcp_be_liberal=1 and, if that helps, with liberal=0 and sysctl net.netfilter.nf_conntrack_log_invalid=6 (check dmesg/syslog/nflog).