From owner-freebsd-net Fri Sep 20 19:20:12 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 A6C7937B401 for ; Fri, 20 Sep 2002 19:20:10 -0700 (PDT) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C66443E4A for ; Fri, 20 Sep 2002 19:20:10 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc03.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020921022009.ZRJI28420.sccrmhc03.attbi.com@InterJet.elischer.org>; Sat, 21 Sep 2002 02:20:09 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id TAA22205; Fri, 20 Sep 2002 19:19:03 -0700 (PDT) Date: Fri, 20 Sep 2002 19:19:03 -0700 (PDT) From: Julian Elischer To: Mike Silbersack Cc: net@freebsd.org Subject: Re: Tcp question. In-Reply-To: <20020920204805.G6326-100000@patrocles.silby.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 p.s. just for kicks I turned off newreno and set teh slowstart flightsize up.. net.inet.tcp.local_slowstart_flightsize: 65535 net.inet.tcp.newreno: 0 no real difference. On Fri, 20 Sep 2002, Mike Silbersack wrote: > > On Fri, 20 Sep 2002, 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 > > > > tcpdump shows some odd behaviour in the slow link: > > (tcpdump run from (B)) > > Could you repost with more of the timestamp intact? It's really hard to > read as is. > > > 000221 C.ssh > B.916: . [tcp sum ok] ack 66194 win 24624 > > nop,nop,timestamp 259781842 16260556> (DF) > > (ttl 64, id 18252, len 52) > > **why wait here**? > > 003030 C.ssh > B.916: . [tcp sum ok] ack 68930 win 24624 > > nop,nop,timestamp 259781842 16260556> (DF) > > (ttl 64, id 18253, len 52) > > 000279 C.ssh > B.916: P 3769:3813(44) ack 70298 win 24624 > > nop,nop,timestamp 259781842 16260556> (DF) > > (ttl 64, id 18254, len 96) > > Hm, the TCP stack doesn't look like it thinks that it's waiting... the > timestamps don't seem to be incrementing. Of course, since I can't see > the timestamp, I don't know what waiting means. :) > > Have you tried disabling delayed acks just to be doubly sure that the > delayed ack code isn't causing the problem somehow? > > Also, is C really a FreeBSD box? I didn't think we used window sizes > of 24K. > > Mike "Silby" Silbersack > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message