From owner-freebsd-net Fri Sep 20 20:20:10 2002 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 41D1537B401 for ; Fri, 20 Sep 2002 20:20:09 -0700 (PDT) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id B03E243E65 for ; Fri, 20 Sep 2002 20:20:08 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020921032007.MVU14454.sccrmhc02.attbi.com@InterJet.elischer.org>; Sat, 21 Sep 2002 03:20:07 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id UAA22422; Fri, 20 Sep 2002 20:06:50 -0700 (PDT) Date: Fri, 20 Sep 2002 20:06:49 -0700 (PDT) From: Julian Elischer To: Barney Wolff Cc: net@FreeBSD.ORG Subject: Re: Tcp question. In-Reply-To: <20020921023043.GA90973@tp.databus.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 20 Sep 2002, Barney Wolff wrote: > I think you need to separate out tcp behavior from ssh behavior. > A & C are clearly not the same tcp/ssh implementation, and I'm > not even sure B is consistent between the two runs - for example, > B's window size is different, as is the amount of data it sends > before setting the P bit. The problem is not that the far end is slow to respond, but that B, the freebsd box, doesn't send more data immediatly when the ACKs arrive for data it's already sent. It waits around for another 3mSecs before sending more data. > > With ssh doing compression & encryption, cpu power becomes visible > at lan speeds. The 1380 mss from C may also indicate extra proto > layers we're not seeing. And are you sure there's not a 10 mbit > link somewhere between B and C? It's a 100Mb link on both sides of the Cisco PIX firewall between B and C The link that gets 7MB/sec goes through 2 routers including firewall, but they are FreeBSD boxes. > > On Fri, Sep 20, 2002 at 05:53:49PM -0700, Julian Elischer wrote: > > > > OK so I have 3 machines: > > > > > > A------router--------B-------router--------C > > > > > > if I send data from B to A I see 7MB/sec. > > if I send data from B to C I see 700KB/sec > > -- > Barney Wolff > I'm available by contract or FT: http://www.databus.com/bwresume.pdf > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message