Date: Sat, 21 Mar 1998 22:52:01 -0800 (PST) From: Peter Wemm <peter@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if_ppp.c ppp_comp.h ppp_deflate.c Message-ID: <199803220652.WAA06989@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1998/03/21 22:52:00 PST Modified files: sys/net if_ppp.c ppp_comp.h ppp_deflate.c Log: ppp-2.3.x ships with a bad compression number for deflate. It uses number 24 (which is magnalink!) rather than the correct 26. Initial attempt at a compatability kludge that will negotiate for either but will prefer to use the correct deflate compression type. Revision Changes Path 1.54 +7 -1 src/sys/net/if_ppp.c 1.6 +4 -2 src/sys/net/ppp_comp.h 1.8 +29 -5 src/sys/net/ppp_deflate.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803220652.WAA06989>