From owner-freebsd-current@freebsd.org Fri Feb 12 14:02:39 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 D3A6AAA6D45; Fri, 12 Feb 2016 14:02:39 +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 9F9EF1F57; Fri, 12 Feb 2016 14:02:39 +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 EB114C4DB; Fri, 12 Feb 2016 15:02:35 +0100 (CET) Subject: Re: IPV6 TCP6 Slow Connect Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3119\)) Content-Type: text/plain; charset=us-ascii From: Kristof Provost X-Checked-By-Nsa: Probably In-Reply-To: <06d72e0d3ae9f20bea04af39dba74847@thebighonker.lerctr.org> Date: Fri, 12 Feb 2016 15:02:47 +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> 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:02:39 -0000 > On 12 Feb 2016, at 10:18, Larry Rosenman wrote: >=20 > On 2016-02-11 20:50, Larry Rosenman wrote: >> On 2016-02-11 14:40, Larry Rosenman wrote: >>> On 2016-02-11 14:25, Kristof Provost wrote: >>> On 11 Feb 2016, at 21:23, Larry Rosenman wrote: >>> =46rom which system(s) perspective do you want the packet captures? >>> (Firewall, FreeBSD, Windows)? I wouldn't expect it to make much of a = difference in this case. >>> Let's start with whatever is easiest. >>> Regards, >>> Kristof >> I'll try and get these tonight when I am home, after a meetup. >> (will be late US/CST). >> -- >> Larry Rosenman http://www.lerctr.org/~ler >> Phone: +1 214-642-9640 E-Mail: ler@lerctr.org >> US Mail: 7011 W Parmer Ln, Apt 1115, Austin, TX 78729-6961 >> at http://www.lerctr.org/~ler/FreeBSD/win10.pcap > the 403 issue is fixed (forgot to chmod the file) >> http://www.lerctr.org/~ler/FreeBSD/fbsd11.pcap > URL corrected. >=20 At first glance the only difference is that FreeBSD includes timestamps = (and has a larger window scaling factor). It might be worth turning that off to see if it makes a difference. sysctl net.inet.tcp.rfc1323=3D1 should do the trick. Regards, Kristof=