Subject: Re: ftp performance with netbsd ?
To: None <peter@wonderland.org>
From: John Kohl <jtk@kolvir.blrc.ma.us>
List: current-users
Date: 06/06/1995 07:24:38
You're probably running afoul of RFC 1323 fat/wide TCP options, which
don't seem to like thin pipes very much.

Try turning it off (see /sys/netinet/tcp_subr.c, or patch your kernel
with 'gdb -w -k /netbsd')

==John