Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 1997 17:57:00 -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 ipcp.c main.c slcompress.c slcompress.h vjcomp.c
Message-ID:  <199710070057.RAA28923@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1997/10/06 17:56:59 PDT

  Modified files:
    usr.sbin/ppp         ipcp.c main.c slcompress.c slcompress.h 
                         vjcomp.c 
  Log:
  Support VJ maximum slot identifiers != 15.
  Support VJ slot id compression.
  
  Previously, ppp would negotiate a max slot between 2 & 15
  (if asked), and would agree to slot id compression (if asked).
  It would then proceed to use 16 slots and no compression
  anyway.  The result was a rather unusable connection.
  
  Revision  Changes    Path
  1.29      +6 -1      src/usr.sbin/ppp/ipcp.c
  1.82      +3 -3      src/usr.sbin/ppp/main.c
  1.11      +9 -11     src/usr.sbin/ppp/slcompress.c
  1.8       +3 -3      src/usr.sbin/ppp/slcompress.h
  1.10      +3 -3      src/usr.sbin/ppp/vjcomp.c



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