Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 1998 10:48:44 -0700 (PDT)
From:      Brian Somers <brian@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
Message-ID:  <199808251748.KAA16473@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808251748.KAA16473>