From owner-freebsd-net@freebsd.org Wed Sep 20 10:53:17 2017 Return-Path: Delivered-To: freebsd-net@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 A6837E0841D for ; Wed, 20 Sep 2017 10:53:17 +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 6D48066563 for ; Wed, 20 Sep 2017 10:53:16 +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=FTKdH5R3UpB5ljHt7B8gxKGJ0lZXUtlbM9iSHoFziPN3W5rhT6ulMg4xa3dn8aZKhAH3jT3x38 fWCV6WwihCLiBamfSKDJ6rVISx9FSWVFg9Tcj5Q5/giizccccV2LCTi6JaPSNdSkrIzC3DVhkKNr0 xhGpfifhESe9tggmj5Ik4aG0z33UiQ/H2QRGV0pRy9J3KevN/w5lhMByp0Y60ZozYCm1oDv/S2OqO lbsa43u0eRFftBECq4p33jAeB/bN6sGLrl0GeMA5X8SexhNsJ1PSwZM5l4j/SiBcoPRZDgoABf8oR S/wAedllfCw2iDpsIQuro2eVGwm+qYnlzZq/w==; Received: from [127.0.0.1] (helo=da.strony-domeny.pl) by da.strony-domeny.pl with esmtpa (Exim 4.86) (envelope-from ) id 1ducd1-000JmE-3C; Wed, 20 Sep 2017 12:53:15 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Wed, 20 Sep 2017 12:53:02 +0200 From: =?UTF-8?Q?Micha=C5=82_J=C4=99drzejczak?= To: FreeBSD Net , freebsd-question@freebsd.org 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-net@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2017 10:53:17 -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