From owner-svn-src-stable@freebsd.org Mon Dec 28 03:58:18 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3492A525B8 for ; Mon, 28 Dec 2015 03:58:18 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mail-lf0-f44.google.com (mail-lf0-f44.google.com [209.85.215.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E65E14AB for ; Mon, 28 Dec 2015 03:58:18 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by mail-lf0-f44.google.com with SMTP id c192so16241204lfe.2 for ; Sun, 27 Dec 2015 19:58:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=Q9qQN8oVe5w6bqtFvfo44IbjG5C1UyHL3oqdOKvAI1k=; b=BjghyUAikvU/G/sZBiE3ImMpMAkxB65CQsLRJHJHIPrBJUG2j0ycWv0m/Bdve24Q1z hQryZRrWmSmaOGcfIFJUGie/3C9jSwb7Xue4Wwf+z1m/WqzPmfZVT1LB6RBxdJeKeMOK WVX2EVxqdz20/NtQtJknO4YeR0Y9rk50V7BIYQuh+CaRUyidIdxNW7DkzLOdjb+o6ILX fh+ZhGLjeH5bzU98ExbpP6P+OnTRPnbF+ZdIL4OjgOVs4H0zlQe2xdLPlJnNxrVHLfyp PQrziC2XF2CIZUTX9uIzR1k4DTnDieeByJ9AKyhEOxhTP/QCJfThaFcYoI3CRfR8VXzd aBGw== X-Gm-Message-State: ALoCoQmc6yItUiYimpmWokFzwafWPLAqsrYI0q7mRfuxN7WWkMSr2rpDLkTvSS2beqbGgDxy6YjzTAEKvXnruuc702fFqoXZUQ== X-Received: by 10.25.31.210 with SMTP id f201mr18416954lff.6.1451271541880; Sun, 27 Dec 2015 18:59:01 -0800 (PST) Received: from [192.168.1.2] ([89.169.173.68]) by smtp.gmail.com with ESMTPSA id eb3sm4526157lbc.31.2015.12.27.18.59.00 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 27 Dec 2015 18:59:01 -0800 (PST) Subject: Re: svn commit: r292823 - in stable/10/sys: conf netinet To: Patrick Kelsey , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org References: <201512280243.tBS2hD7X008202@repo.freebsd.org> From: Andrey Chernov X-Enigmail-Draft-Status: N1110 Message-ID: <5680A574.9050002@freebsd.org> Date: Mon, 28 Dec 2015 05:59:00 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <201512280243.tBS2hD7X008202@repo.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2015 03:58:19 -0000 On 28.12.2015 5:43, Patrick Kelsey wrote: > Author: pkelsey > Date: Mon Dec 28 02:43:12 2015 > New Revision: 292823 > URL: https://svnweb.freebsd.org/changeset/base/292823 > > Log: > MFC r292706: > > Implementation of server-side TCP Fast Open (TFO) [RFC7413]. > > TFO is disabled by default in the kernel build. See the top comment > in sys/netinet/tcp_fastopen.c for implementation particulars. Why it is disabled by default? Do we need some rc.conf knobs to not deal directly with it, like tcp_extensions? OMG, why it is kernel config and not boot-time sysctl? -- http://ache.vniz.net/