From owner-freebsd-current Mon Mar 18 14:37:52 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA06257 for current-outgoing; Mon, 18 Mar 1996 14:37:52 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA06244 Mon, 18 Mar 1996 14:37:44 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15673(7)>; Mon, 18 Mar 1996 14:37:01 PST Received: from localhost ([127.0.0.1]) by crevenia.parc.xerox.com with SMTP id <177478>; Mon, 18 Mar 1996 14:36:48 -0800 X-Mailer: exmh version 1.6.4 10/10/95 To: "Jordan K. Hubbard" cc: current@freebsd.org, peter@freebsd.org Subject: Re: Very strange packet-forwarding behavior! In-reply-to: Your message of "Fri, 15 Mar 1996 22:13:06 PST." <1093.826956786@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 18 Mar 1996 14:36:41 PST From: Bill Fenner Message-Id: <96Mar18.143648pst.177478@crevenia.parc.xerox.com> Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <1093.826956786@time.cdrom.com> Jordan wrote: >With ssh eating the line, however, everything else grinds to a screeching halt. >... It's like ssh is not only eating all the >bandwidth, it's eating it at such a "high priority" that absolutely >nothing else can get through, not even pings. ssh can potentially set IPTOS_LOWDELAY if you are either using "ssh remotehost" (e.g. no command) *or* if X forwarding succeeds. Try using "ssh -x". Bill