From owner-svn-src-stable@freebsd.org Mon Dec 28 04:17:04 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 7E1BAA52AEE for ; Mon, 28 Dec 2015 04:17:04 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) (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 09A311CB3 for ; Mon, 28 Dec 2015 04:17:03 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by mail-lb0-f181.google.com with SMTP id sv6so79512496lbb.0 for ; Sun, 27 Dec 2015 20:17:03 -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=slGayxW7ePcWouy8BuWtfDTD1B6iyU2CUoU0Aj7crss=; b=eY8TGHjeskB6V289PfhplJZetl7X4w8uTnaSaZvrNOIJZZrbfMSGaiN4vFWfgZKdwg 6CRpw/GD8OJv5k9IgolvqfYFfZQjz9ChauswD5YlyycRxJH/tMfPO4xof45ASnwsXkcL cpsvzsNrJjALyDuNgnfanU41nXgmvcRV5muBBPdQfdf7uNpoYmUox2rpv8+pSiBJaloS Cw840oztcrgvNO+85BBrfzx0LK7eK9MAbxfwN7ycCAiVgkmLzgeb/eELcCWk80eVBWK1 WeVac1kj5ArjT8gJoVZKqfPQP7xwYrD7wFbpxoNDuiyJduigwaEVZgxSYYbZYO0ERkLK I7GA== X-Gm-Message-State: ALoCoQk0+RIPk4xWA2zfSFho4jJZChQ3FCeyZcSkKRveBFSMsWpZxvlQqfhXKWwta8ZIpOtq58eBLTfLDR1D2x+8LWWdWw6Nug== X-Received: by 10.112.42.67 with SMTP id m3mr18922317lbl.2.1451272594809; Sun, 27 Dec 2015 19:16:34 -0800 (PST) Received: from [192.168.1.2] ([89.169.173.68]) by smtp.gmail.com with ESMTPSA id l128sm10001984lfd.10.2015.12.27.19.16.34 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 27 Dec 2015 19:16:34 -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> <5680A574.9050002@freebsd.org> From: Andrey Chernov Message-ID: <5680A991.5040301@freebsd.org> Date: Mon, 28 Dec 2015 06:16:33 +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: <5680A574.9050002@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 04:17:04 -0000 On 28.12.2015 5:59, Andrey Chernov wrote: > 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? > BTW, TCP_RFC7413_MAX_KEYS currently unused and I have no clues what it supposed to be. I can't find it in the phabric patch at all. -- http://ache.vniz.net/