From owner-svn-src-stable-10@freebsd.org Mon Dec 28 03:26:17 2015 Return-Path: Delivered-To: svn-src-stable-10@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 8FDBDA4DA3F for ; Mon, 28 Dec 2015 03:26:17 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mail-lf0-f46.google.com (mail-lf0-f46.google.com [209.85.215.46]) (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 2473B1F60 for ; Mon, 28 Dec 2015 03:26:16 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by mail-lf0-f46.google.com with SMTP id y184so192183813lfc.1 for ; Sun, 27 Dec 2015 19:26:16 -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:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=AFSA7EmaPpr1+27fyUJB8IrUvyq7Iz8MaiR/MPuKq3A=; b=R398tt8s0jwrFAxDz5h3UAn9DnabXyNEdFo5LUJVxeW/IlLzmbat9ZYZBuHpZhMRa7 dbmaOLqA/E9QxVzyhrC8k9u7Wau2bQoHQEpiv98c4rKk6et2BkhdxWNhIhvewOaNw+94 M+NduZNWeVxnQ+lSUtVjCN8TKgso0NpKN0rn3Npt1KQJcmnop86ukBShWCdzcgNgiBEZ 4oo0Ei7yofJHAIKwt6qi5mv5jhcDiGyKfTzKAVelk+T5Oa09GBWHGJNgZ2Otbl2uXBhw zDKzgnQ3qnkwArU8Jehk++SrbAY9m9O90s/vGTdxCxQ9YZy89r07epoR2uFdQ8SHLSw0 iw2w== X-Gm-Message-State: ALoCoQmRFelLaPrVcyLz0L8114druI0DRvQa7T4foVejyg+69B6BSjpciiGyGVgs3ua6iO/OJ81Adk7EmbGlYaMdsxgD+7SuqQ== X-Received: by 10.25.213.134 with SMTP id m128mr14943186lfg.87.1451273174895; Sun, 27 Dec 2015 19:26:14 -0800 (PST) Received: from [192.168.1.2] ([89.169.173.68]) by smtp.gmail.com with ESMTPSA id m21sm3432031lfe.29.2015.12.27.19.26.14 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 27 Dec 2015 19:26:14 -0800 (PST) Subject: Re: svn commit: r292823 - in stable/10/sys: conf netinet To: Patrick Kelsey References: <201512280243.tBS2hD7X008202@repo.freebsd.org> <5680A574.9050002@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org From: Andrey Chernov Message-ID: <5680ABD5.7030206@freebsd.org> Date: Mon, 28 Dec 2015 06:26:13 +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: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2015 03:26:17 -0000 On 28.12.2015 6:15, Patrick Kelsey wrote: > This is explained in the top comment in sys/netinet/tcp_fastopen.c, but > I will repeat it here and elaborate a little. It is disabled by default > in the kernel build as a conservative measure until it is exercised more > widely, given the modifications it introduces to the TCP state machine > code, syncache code, etc. When you do enable it in the kernel build > (and after some point in the future when it is enabled by default), > there is still a sysctl that governs its availability in the system that > must be enabled before it can be used. > > -Patrick Thanx, if I understand it correctly, is not ready for real use yet but just for experiments. See my other comment about TCP_RFC7413_MAX_KEYS -- http://ache.vniz.net/