From owner-freebsd-hackers Wed May 7 19:56:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA03731 for hackers-outgoing; Wed, 7 May 1997 19:56:02 -0700 (PDT) Received: from boulder.syr.servtech.com (boulder.syr.servtech.com [206.106.144.94]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA03710 for ; Wed, 7 May 1997 19:55:55 -0700 (PDT) Received: from boulder.syr.servtech.com (localhost [127.0.0.1]) by boulder.syr.servtech.com (8.8.5/8.8.5) with SMTP id WAA00546; Wed, 7 May 1997 22:54:37 -0400 (EDT) Message-ID: <3371406D.41C67EA6@servtech.com> Date: Wed, 07 May 1997 22:54:37 -0400 From: Shawn Carey X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: "Daniel O'Callaghan" CC: freebsd-hackers@freebsd.org Subject: Re: FTP Performance References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Daniel O'Callaghan wrote: [...] > > Alternatively, try reducing the MTU and MRU of ppp's tun interface to 552 > or 1064. That cured Robert Chalmers' problem with his ISP's Ascend routers. > Yes! That did it, thanks very much! One small thing: The only way I was able to effectively change the MTU was by hacking the ppp source to change DEF_MRU to 1064 in hdlc.h. Using ppp's "set mru" and "set mtu" options did not work - the interface would go back to 1500 as soon as I connected with my ISP, even though I changed tun0's MTU manually with ifconfig. Am I doing something wrong, or is ppp broken? At any rate, I can certainly live with this since my ISP is the only system I typically connect to. Thanks again, -Shawn