Date: Tue, 7 Oct 1997 14:56:11 -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: <199710072156.OAA01097@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1997/10/07 14:56:11 PDT
Modified files: (Branch: RELENG_2_2)
usr.sbin/ppp ipcp.c main.c slcompress.c slcompress.h
vjcomp.c
Log:
MFC: 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.9.2.19 +6 -1 src/usr.sbin/ppp/ipcp.c
1.22.2.41 +3 -3 src/usr.sbin/ppp/main.c
1.6.2.3 +9 -11 src/usr.sbin/ppp/slcompress.c
1.3.6.4 +3 -3 src/usr.sbin/ppp/slcompress.h
1.4.2.4 +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?199710072156.OAA01097>
