From owner-freebsd-questions Sun Nov 5 08:16:17 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA05504 for questions-outgoing; Sun, 5 Nov 1995 08:16:17 -0800 Received: from stills.pubnix.net (Stills.pubnix.net [192.172.250.8]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id IAA05497 for ; Sun, 5 Nov 1995 08:16:03 -0800 Received: (from uguard@localhost) by stills.pubnix.net (8.6.11/8.6.12) with UUCP id LAA10991; Sun, 5 Nov 1995 11:15:43 -0500 Received: (from andrew@localhost) by guardian.fortress.org (8.6.11/8.6.9) id LAA06267; Sun, 5 Nov 1995 11:03:54 -0500 Date: Sun, 5 Nov 1995 11:03:53 -0500 (EST) From: Andrew Webster Reply-To: captain@pubnix.net To: Brian Litzinger cc: freebsd-questions@freebsd.org Subject: Re: iijppp disconnecting during big ftp transfers In-Reply-To: <199511051123.DAA23168@MediaCity.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk On Sun, 5 Nov 1995, Brian Litzinger wrote: > On a two month old -current system, I've found that if I connect via > iijppp and transfer a large file say 0.5MB, the ppp session disconnects > around 400 to 500K. I've been fighting this one too, and fixed it! Add the following lines to your ppp.conf (on both ends if necessary) disable lqr deny lqr iijppp will hangup the line if more than 5 echo packets are lost during the session. This is of course really easy to do if you've got an FTP going on. Disabling LQR prevents iijppp from tossing echo packets around and thus fixes that problem. The code could could definately use some work to implement a more intelligent LQR system that would perhaps reset the counter once it received a valid echo reply. Andrew Webster - captain@pubnix.net - http://www.pubnix.net PubNIX Montreal - Connected to the world - Branche au monde 514-990-5911 - P.O. Box 147, Cote St-Luc, Quebec, H4V 2Y3