From owner-freebsd-current Fri Mar 10 03:17:52 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA13644 for current-outgoing; Fri, 10 Mar 1995 03:17:52 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id DAA13638 for ; Fri, 10 Mar 1995 03:17:42 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id VAA30652; Fri, 10 Mar 1995 21:15:10 +1000 Date: Fri, 10 Mar 1995 21:15:10 +1000 From: Bruce Evans Message-Id: <199503101115.VAA30652@godzilla.zeta.org.au> To: jhs@regent.e-technik.tu-muenchen.de, pete@pelican.com Subject: Re: bad outgoing serial coms Cc: current@FreeBSD.org Sender: current-owner@FreeBSD.org Precedence: bulk >Make TTYHOG big - one friend of mine needs 10240 and another 8192. >It could need to be as big as Taylor's i-protocol window which is >16384 (if your problem is with uucp). RTS flow control is supposed to work now, so the big buffers should be unnecessary (but advisable for speed) if whatever you are connecting to supports CTS flow control. >If you are using another protocol, TTYHOG may need to be as big >as the TCP window plus the overhead; this probably defaults to 4096 or >8192. SLIP and PPP don't use clists for input so they don't depend on TTYHOG. Bruce