Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 1998 16:04:22 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/ppp ccp.c ccp.h datalink.c fsm.c mp.c
Message-ID:  <199806302304.QAA05586@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1998/06/30 16:04:21 PDT

  Modified files:
    usr.sbin/ppp         ccp.c ccp.h datalink.c fsm.c mp.c 
  Log:
  The CCP layer now behaves as follows:
  o If we've denied and disabled all compression protocols, stay
    in ST_INITIAL and do an LCP protocol reject if we receive any
    CCP packets.
  o If we've disabled all compression protocols, go to ST_STOPPED
    and wait for the other side to ask for something.
  o If we've got anything enabled, start REQing as soon as the auth
    layer is up.
  o If we're in multilink mode, than the link level CCP goes
    straight to ST_STOPPED irrespective of what's configured so that
    we never try to compress compressed stuff by default.
  
  Revision  Changes    Path
  1.37      +12 -4     src/usr.sbin/ppp/ccp.c
  1.19      +2 -2      src/usr.sbin/ppp/ccp.h
  1.15      +6 -4      src/usr.sbin/ppp/datalink.c
  1.35      +16 -1     src/usr.sbin/ppp/fsm.c
  1.12      +5 -4      src/usr.sbin/ppp/mp.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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