From 30f088ad7bc38164fba1bda3e8d767e2ab1959de Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 20 Jun 1998 16:28:04 +0000 Subject: Merge ppp changes from 2.3.3 -> 2.3.5. I have spotted some more problems, which I'll have a go at shortly. --- sys/net/ppp_comp.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/net/ppp_comp.h') diff --git a/sys/net/ppp_comp.h b/sys/net/ppp_comp.h index 2b8fe6c..c187dee 100644 --- a/sys/net/ppp_comp.h +++ b/sys/net/ppp_comp.h @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id: ppp_comp.h,v 1.5 1997/08/19 14:10:46 peter Exp $ + * $Id: ppp_comp.h,v 1.6 1998/03/22 06:51:55 peter Exp $ */ #ifndef _NET_PPP_COMP_H @@ -142,8 +142,7 @@ struct compressor { * Definitions for Deflate. */ #define CI_DEFLATE 26 /* config option for Deflate */ -/* XXX ppp-2.3.x ships with CI_DEFLATE == 24, but that's Magnalink!! */ -#define CI_BADDEFLATE 24 /* config option for Magnalink */ +#define CI_DEFLATE_DRAFT 24 /* value used in original draft RFC */ #define CILEN_DEFLATE 4 /* length of its config option */ #define DEFLATE_MIN_SIZE 8 -- cgit v1.1