From owner-freebsd-questions@FreeBSD.ORG Sun Feb 6 12:20:44 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E65B1106566C for ; Sun, 6 Feb 2011 12:20:43 +0000 (UTC) (envelope-from kellyremo@zoho.com) Received: from sender1.zohomail.com (sender1.zohomail.com [72.5.230.95]) by mx1.freebsd.org (Postfix) with ESMTP id CE61A8FC14 for ; Sun, 6 Feb 2011 12:20:43 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=date:from:to:message-id:subject:mime-version:content-type:user-agent; b=qNz4iqjhGH9Hn8raQlfktiWbAiBFXS3Ths9qiCGgV3RtTmnGURoNyNI4+eRnfdeKAfpD+0V78mGI taYTTLB/A9nCSNeK1Ub3/3NfwLa8y4pi9WVVtJzbj7lQTlCkV+hc Received: from 172.29.243.251 (172.29.243.251 [172.29.243.251]) by mx.zohomail.com with SMTP id 1296994843225801.967395548556; Sun, 6 Feb 2011 04:20:43 -0800 (PST) Date: Sun, 06 Feb 2011 04:20:42 -0800 From: kellyremo To: "FreeBSD" Message-ID: <12dfaeab98c.2320661712861783787.-8492260798816855817@zoho.com> MIME-Version: 1.0 X-Priority: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail Status: RO Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: OpenSSH could be faster...then why don't they path it?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Feb 2011 12:20:44 -0000 https://www.psc.edu/networking/projects/hpn-ssh/hpn-v-ssh-tput.jpg "SCP and the underlying SSH2 protocol implementation in OpenSSH is network performance limited by statically defined internal flow control buffers. These buffers often end up acting as a bottleneck for network throughput of SCP, especially on long and high bandwith network links. Modifying the ssh code to allow the buffers to be defined at run time eliminates this bottleneck. We have created a patch that will remove the bottlenecks in OpenSSH and is fully interoperable with other servers and clients. In addition HPN clients will be able to download faster from non HPN servers, and HPN servers will be able to receive uploads faster from non HPN clients. However, the host receiving the data must have a properly tuned TCP/IP stack." My question is: So Why Does the original OpenSSH has "limited statically defined internal flow control buffers"?? It could be way faster, even 10x!! With the HPN-SCP path it could be the descendant of FTP! Why aren't there any ""OpenSCP packages""? ('normal SCP+HPN-SCP path+no local user needed for SCP'ing+chroot by default') Any opinions? Thank you!