From owner-freebsd-questions@freebsd.org Wed Sep 20 10:58:32 2017 Return-Path: Delivered-To: freebsd-questions@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 759D9E089B1 for ; Wed, 20 Sep 2017 10:58:32 +0000 (UTC) (envelope-from mj@bsdops.com) Received: from da.strony-domeny.pl (da.strony-domeny.pl [178.32.204.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D09B66885 for ; Wed, 20 Sep 2017 10:58:32 +0000 (UTC) (envelope-from mj@bsdops.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=bsdops.com; s=x; h=Message-ID:Reply-To:Subject:To:From:Date:Content-Transfer-Encoding: Content-Type:MIME-Version; bh=BOnUo0hOVaWSXzllhNX6ajlo5Mw5kQO61d/bBhrXd08=; b=GYcsaEK93YIbMktW+hES/GInF6ZHiZ8bkAoRLEN/NDsG2Tlv9rx3uq3Q6KqzTtDEP0G8IfgzLd m/4snZt+Y4dAlb14DE534Ixbc+J2K7hbTrBQIBQeiPN5Zq7BPhNEvrSUDciIGbozJsrqyiBf4AtJZ 2zEkLHzGj7blNDEo7LbA0rPIieTXJEQ1l7Uz8JBdqWtwkvQu7doBroh/7TSLB3rUjY3vCWVv72Ro5 OnelE68iUSVrGxXaaIGI6KIRX1on0uCpFvAaCKbbZd6N0iuZ97TXnddQeAdRWsfe65C+/XJNyiZ8W Rx7G/KDAUhgsFtrFINhbHSOCMjHsB7921Ukrw==; Received: from [127.0.0.1] (helo=da.strony-domeny.pl) by da.strony-domeny.pl with esmtpa (Exim 4.86) (envelope-from ) id 1duci6-000Ju4-Kl for freebsd-questions@freebsd.org; Wed, 20 Sep 2017 12:58:30 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Wed, 20 Sep 2017 12:58:28 +0200 From: =?UTF-8?Q?Micha=C5=82_J=C4=99drzejczak?= To: Freebsd Questions Subject: tcp_extensions="NO" Organization: BSDops.com Reply-To: mj@bsdops.com Mail-Reply-To: mj@bsdops.com Message-ID: X-Sender: mj@bsdops.com User-Agent: Roundcube Webmail/1.2.3 X-Authenticated-Id: mj@bsdops.com X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2017 10:58:32 -0000 Hello folks What is reason to set in rc.conf that extensions? tcp_extensions="NO" When that disable old and obsolete rfc 1323 ? https://tools.ietf.org/html/rfc1323 Source from /etc/defaults/rc.conf: tcp_extensions="YES" # Set to NO to turn off RFC1323 extensions. -- Pozdrawiam Michał Jędrzejczak