From nobody Thu Aug 6 22:32:09 2026 X-Original-To: dev-commits-src-branches@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 4hGMTk4LTMz6nLtH for ; Thu, 06 Aug 2026 22:32:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hGMTk07XPz4Q3P for ; Thu, 06 Aug 2026 22:32:09 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1786055530; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=prXhhZXy0ZfeTo9+m9o76lL5CcoQxDGd/gQwHfOnRjA=; b=kT/himM5MMPunSiDifhwe3Bq8cu63Czjjk5XTRn2IWkeF68tNxsG+C/eJKXQvT1XvSiZWR U5FnBwo9S/zff3PTlLrLMvIM+GHkajZntmQrcfAnDssjMd6TdNWrMUNOgyB4M839WFdq4E wJNlRmBr7JTvW3QNMrWWwqyA8ULwz7W13plzfptAZ4apAhZp2CUL/wmcKBSLDAGjkRgH1C RbUesYO8FA8DWF9ZhwimO9jq+TyRO/3cFm1YmojnUm7PiqLu+Epj8U7zj4S00xkG0opVeH GXHlgXszhFVgXQPipm62s2p6lNR3YzKeFqr3JujKyngdOY7QzUC+fn82QUpjBw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1786055530; a=rsa-sha256; cv=none; b=HV2q8fVqjAgjDECNxiUVSnp7yOxh2MO+ErKEc2JemkmnRmLXAQfB1cfzR2IgT8YbLSvYuJ Uh2+hGbMPQq/RB3jyXS95RTD73uW/pftUycamLK39tNAk/GdfCJtQZC07G7VD0vxgWLsZv hwUQPh+eXxqphWN+OpqtNVGq1CiAlBctg7o0bc0q2pGYbaP51R285ZsN73Jk1/T6cMSBjT r9hwfLyY0p1YN83sYWiV769k4l49zip0V3O1oxLn/lVhnyB1LT4paJGOPctgb4ykWPhjlm d7bpMP0aK6hn0nDgYznZr3AQskK9s3TN0U1LTvemMncRaMPzcnv6gGWS/0rjBw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1786055530; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=prXhhZXy0ZfeTo9+m9o76lL5CcoQxDGd/gQwHfOnRjA=; b=nlwn7VpZeUzrJK9TEx0VVSRWxDpm409mVdTQ0UnYf+TaorY5qfuAuXTDaEsgnKP3VhieM9 BOlkqNPvJb+3SchNCH5hHmR+TlcH5kKzfeNYBFsu6RtZtdddMETmKTi5QVgr6tUdRfnbpa gj9tQdSYu4A/Opr8fF/iNLfgcF1saE/574f4XB2Em2SWNnz4slkBFGuoyaNHfEatODAtgZ 7dU3f4pmmwj4L5AgsWAodOKgOCe/7oog4ZSdYO68QJWDJtJP41tVtV4IrZjTH0XUkhxj3C dvwuuZmaKuniTpet7PQhZWyPifoMaJRjfoBcWaxlV0gJlC/qwqyV98PiXki0jQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hGMTj65fwzgrD for ; Thu, 06 Aug 2026 22:32:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1fdeb by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 06 Aug 2026 22:32:09 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Cc: Matteo Riondato From: Alexander Ziaee Subject: git: 0312eb44fb32 - stable/14 - tcp.fastopen.client_enable: Fix documented default List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ziaee X-Git-Repository: src X-Git-Refname: refs/heads/stable/14 X-Git-Reftype: branch X-Git-Commit: 0312eb44fb32b42f1f73b7275ab4bca49ca22af7 Auto-Submitted: auto-generated Date: Thu, 06 Aug 2026 22:32:09 +0000 Message-Id: <6a750b69.1fdeb.15234a8f@gitrepo.freebsd.org> The branch stable/14 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=0312eb44fb32b42f1f73b7275ab4bca49ca22af7 commit 0312eb44fb32b42f1f73b7275ab4bca49ca22af7 Author: Matteo Riondato AuthorDate: 2026-06-17 14:59:01 +0000 Commit: Alexander Ziaee CommitDate: 2026-08-06 22:30:15 +0000 tcp.fastopen.client_enable: Fix documented default The default value has been 1 since June 2018, but the docs were not updated to reflect the change. MFC after: 3 days Reviewed by: ziaee Fixes: af4da5865557 (Enable TCP_FASTOPEN by default) Signed-off-by: Matteo Riondato Closes: https://github.com/freebsd/freebsd-src/pull/2285 (cherry picked from commit 0bc852cc62afcd79fc776f784623c3f2b7691d27) --- share/man/man4/tcp.4 | 4 ++-- sys/netinet/tcp_fastopen.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4 index edb969be5270..3fb667eca2ce 100644 --- a/share/man/man4/tcp.4 +++ b/share/man/man4/tcp.4 @@ -33,7 +33,7 @@ .\" .\" From: @(#)tcp.4 8.1 (Berkeley) 6/5/93 .\" -.Dd June 26, 2025 +.Dd June 17, 2026 .Dt TCP 4 .Os .Sh NAME @@ -598,7 +598,7 @@ On the transition from enabled to disabled, the client cookie cache is cleared and disabled. The transition from enabled to disabled does not affect any active TFO connections in progress; it only prevents new ones from being established. -The default is 0. +The default is 1. .It Va fastopen.keylen The key length in bytes. Read-only. diff --git a/sys/netinet/tcp_fastopen.c b/sys/netinet/tcp_fastopen.c index 609637b83df3..106fee90b2cd 100644 --- a/sys/netinet/tcp_fastopen.c +++ b/sys/netinet/tcp_fastopen.c @@ -84,7 +84,7 @@ * net.inet.tcp.fastopen.ccache_list (RO) * Print the client cookie cache. * - * net.inet.tcp.fastopen.client_enable (RW, default 0) + * net.inet.tcp.fastopen.client_enable (RW, default 1) * When zero, no new active (i.e., client) TFO connections can be * created. On the transition from enabled to disabled, the client * cookie cache is cleared and disabled. The transition from enabled to