From owner-freebsd-net@FreeBSD.ORG Fri Aug 25 13:46:55 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 631E216A4DF for ; Fri, 25 Aug 2006 13:46:55 +0000 (UTC) (envelope-from pp@pp.dyndns.biz) Received: from mxfep01.bredband.com (mxfep01.bredband.com [195.54.107.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF97243D68 for ; Fri, 25 Aug 2006 13:46:48 +0000 (GMT) (envelope-from pp@pp.dyndns.biz) Received: from gatekeeper.pp.dyndns.biz ([85.224.219.119] [85.224.219.119]) by mxfep01.bredband.com with ESMTP id <20060825134644.CNFR5813.mxfep01.bredband.com@gatekeeper.pp.dyndns.biz> for ; Fri, 25 Aug 2006 15:46:44 +0200 Received: from phobos ([192.168.69.67]) by gatekeeper.pp.dyndns.biz (8.13.6/8.13.6) with ESMTP id k7PDkZpl059025 for ; Fri, 25 Aug 2006 15:46:38 +0200 (CEST) (envelope-from pp@pp.dyndns.biz) From: "Morgan" Sender: "pp" To: Date: Fri, 25 Aug 2006 15:46:22 +0200 Message-ID: <02df01c6c84c$dcd564c0$4345a8c0@phobos> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Thread-Index: AcbITNmeCkpUSHnHQkCdpFt1afqrVw== Subject: Optimizing a high-latency connection 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: Fri, 25 Aug 2006 13:46:55 -0000 Hi. I'm trying som file transfers across the globe. The RTT is almost 400ms and the transfer rate is painfully slow. There are 24 router hops on the path and I assume most of the problem is there but I wonder if there are any sysctl variables I can trim on my side to help this problem slightly? I seem to understand that there need to be an ACK received for at least every other packet or at least every 100ms for the data flow to proceed uninterrupted but I'm no expert in this field so please correct me if I'm wrong. Assuming this IS correct, are there any sysctl variables I can optimize to change this behaviour or will that affect low latency connections negatively. Any other suggestions? Regards Morgan