From owner-freebsd-current@freebsd.org Fri Feb 12 14:31:36 2016 Return-Path: Delivered-To: freebsd-current@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 AB2BDAA6A2F; Fri, 12 Feb 2016 14:31:36 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from venus.codepro.be (venus.codepro.be [IPv6:2a01:4f8:162:1127::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.codepro.be", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7690414D0; Fri, 12 Feb 2016 14:31:36 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from [IPv6:::1] (vega.codepro.be [IPv6:2a01:4f8:162:1127::3]) by venus.codepro.be (Postfix) with ESMTPSA id 24F83C577; Fri, 12 Feb 2016 15:31:34 +0100 (CET) Subject: Re: IPV6 TCP6 Slow Connect Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3119\)) Content-Type: text/plain; charset=utf-8 From: Kristof Provost X-Checked-By-Nsa: Probably In-Reply-To: <3df20fcac20d532ef77bf63ea2e042cb@thebighonker.lerctr.org> Date: Fri, 12 Feb 2016 15:31:45 +0100 Cc: Freebsd current , owner-freebsd-current@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <8ca0068954b5cb25891c3324b2e8c863@thebighonker.lerctr.org> <20160211101449.GI19084@vega.codepro.be> <88197BB9-F03F-48BB-97DC-9BAAA2FA299F@FreeBSD.org> <125b65d56d310c0436ceb8047d1d0417@thebighonker.lerctr.org> <563b81912fc2de4670be51a832467ba9@thebighonker.lerctr.org> <06d72e0d3ae9f20bea04af39dba74847@thebighonker.lerctr.org> <33469a0ef87e3299819248f153d842d2@thebighonker.lerctr.org> <3df20fcac20d532ef77bf63ea2e042cb@thebighonker.lerctr.org> To: Larry Rosenman X-Mailer: Apple Mail (2.3119) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 14:31:36 -0000 > On 12 Feb 2016, at 15:29, Larry Rosenman wrote: >=20 > On 2016-02-12 08:13, Larry Rosenman wrote: >>=20 >> sysctl net.inet.tcp.rfc1323=3D0 >> makes it work > Shouldn't the stack do the right thing here? For the record, the = other side > is also FreeBSD (10.2-STABLE). >=20 Yes, but it=E2=80=99s possible that there=E2=80=99s a problem with the = pf scrubbing of the window scaling or timestamp options. I have a vague recollection of having looked at that in the past. Bug 172648 also claims there is/was an issue with checksums in that = case, but I=E2=80=99ve never been able to reproduce it. Regards, Kristof=