From owner-freebsd-net@FreeBSD.ORG Sat Aug 13 22:10:04 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3261E106566C for ; Sat, 13 Aug 2011 22:10:04 +0000 (UTC) (envelope-from michael@rancid.berkeley.edu) Received: from cm01fe.IST.Berkeley.EDU (cm01fe.IST.Berkeley.EDU [169.229.218.142]) by mx1.freebsd.org (Postfix) with ESMTP id 134358FC0C for ; Sat, 13 Aug 2011 22:10:03 +0000 (UTC) Received: from c-69-181-185-223.hsd1.ca.comcast.net ([69.181.185.223] helo=towanda.burnttofu.net) by cm01fe.ist.berkeley.edu with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.76) (auth plain:msinatra@berkeley.edu) (envelope-from ) id 1QsMAQ-0002xt-5L; Sat, 13 Aug 2011 14:54:55 -0700 Message-ID: <4E46F2AA.2030304@rancid.berkeley.edu> Date: Sat, 13 Aug 2011 14:54:50 -0700 From: Michael Sinatra User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110705 Thunderbird/5.0 MIME-Version: 1.0 To: Kevin Oberman References: <20110812214309.GI72508@2bithacker.net> <0C8F244C-CB37-4039-97D2-42C08B3BEA76@lists.zabbadoz.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "Bjoern A. Zeeb" , chip@2bithacker.net, freebsd-net@freebsd.org Subject: Re: Odd TCP RFC1323 Behavior X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Aug 2011 22:10:04 -0000 On 08/13/11 14:37, Kevin Oberman wrote: > On Sat, Aug 13, 2011 at 3:28 AM, Bjoern A. Zeeb > wrote: >> >> On Aug 12, 2011, at 11:36 PM, Kevin Oberman wrote: >> >>> >>> Try installing security/openssh-portable from ports and enable the HPN patches. >> >> and let me point out that the relevant patch is in stock HEAD and will ship by default with 9.0. > > And let me thank whoever made this change. (DES?) I've been hoping to > see this happen since at least version 6 and probably before. > > I wish it could be incorporated by OpenSSH, but I have been told that > the PSC folks were perhaps a bit, ahh, indelicate in their approach to > getting the patches included. I agree this is great news. Based on CVS, it looks like brooks made the changes. Having the bundled SSH patched with HPN-type functionality is a big win for those who want to use a simple tool for large-scale data transfers over high-bandwidth links. michael