From owner-cvs-all Tue Aug 25 10:48:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03606 for cvs-all-outgoing; Tue, 25 Aug 1998 10:48:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03596; Tue, 25 Aug 1998 10:48:48 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA16473; Tue, 25 Aug 1998 10:48:44 -0700 (PDT) Date: Tue, 25 Aug 1998 10:48:44 -0700 (PDT) Message-Id: <199808251748.KAA16473@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h command.c defs.h ip.c ip.h link.c link.h mbuf.c mp.c mp.h physical.c physical.h ppp.8 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/08/25 10:48:44 PDT Modified files: usr.sbin/ppp bundle.c bundle.h command.c defs.h ip.c ip.h link.c link.h mbuf.c mp.c mp.h physical.c physical.h ppp.8 Log: If we've got a full output buffer queue and cannot send anything for two mintues (see ``set choked'' and ``show bundle''), nuke the ip, mp and link level buffer queues. This should fix problems where ``ppp -auto'' seems to stop responding after failing to connect to the peer a few times. Revision Changes Path 1.33 +44 -1 src/usr.sbin/ppp/bundle.c 1.13 +9 -1 src/usr.sbin/ppp/bundle.h 1.160 +12 -2 src/usr.sbin/ppp/command.c 1.36 +3 -2 src/usr.sbin/ppp/defs.h 1.51 +11 -1 src/usr.sbin/ppp/ip.c 1.10 +2 -1 src/usr.sbin/ppp/ip.h 1.5 +11 -1 src/usr.sbin/ppp/link.c 1.4 +2 -1 src/usr.sbin/ppp/link.h 1.22 +2 -1 src/usr.sbin/ppp/mbuf.c 1.14 +7 -1 src/usr.sbin/ppp/mp.c 1.4 +2 -1 src/usr.sbin/ppp/mp.h 1.6 +11 -1 src/usr.sbin/ppp/physical.c 1.4 +2 -1 src/usr.sbin/ppp/physical.h 1.119 +31 -1 src/usr.sbin/ppp/ppp.8