From nobody Sun Oct 31 01:45:38 2021 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id E057A182D294; Sun, 31 Oct 2021 01:45:46 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (glebi.us [162.251.186.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HhfBf3TdTz3q0M; Sun, 31 Oct 2021 01:45:46 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.16.1/8.16.1) with ESMTPS id 19V1jcVL035253 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sat, 30 Oct 2021 18:45:38 -0700 (PDT) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.glebi.us (8.16.1/8.16.1/Submit) id 19V1jcdl035252; Sat, 30 Oct 2021 18:45:38 -0700 (PDT) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@freebsd.org using -f Date: Sat, 30 Oct 2021 18:45:38 -0700 From: Gleb Smirnoff To: Kubilay Kocak Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 92b3e07229ba - main - Enable net.inet.tcp.nolocaltimewait. Message-ID: References: <202110282235.19SMZoAL076017@gitrepo.freebsd.org> List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4HhfBf3TdTz3q0M X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:27348, ipnet:162.251.186.0/24, country:US] X-ThisMailContainsUnwantedMimeParts: N On Sat, Oct 30, 2021 at 11:25:12AM +1100, Kubilay Kocak wrote: K> On 29/10/2021 9:35 am, Gleb Smirnoff wrote: K> > The branch main has been updated by glebius: K> > K> > URL: https://cgit.FreeBSD.org/src/commit/?id=92b3e07229baab17cbe258ff1081e66bb7913b31 K> > K> > commit 92b3e07229baab17cbe258ff1081e66bb7913b31 K> > Author: Gleb Smirnoff K> > AuthorDate: 2021-10-28 22:34:00 +0000 K> > Commit: Gleb Smirnoff K> > CommitDate: 2021-10-28 22:34:00 +0000 K> > K> > Enable net.inet.tcp.nolocaltimewait. K> > K> > This feature has been used for many years at large sites and K> > didn't show any pitfalls. K> K> RELNOTES: ? Probably would be useful. Thanks! -- Gleb Smirnoff