summaryrefslogtreecommitdiffstats
path: root/sys/net/ppp_comp.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-06-20 16:28:04 +0000
committerpeter <peter@FreeBSD.org>1998-06-20 16:28:04 +0000
commit30f088ad7bc38164fba1bda3e8d767e2ab1959de (patch)
treef09607f67b8a4413266b0305a3f43edfc161f554 /sys/net/ppp_comp.h
parentcbd53d5292744ee755bbcd55babd276ab31a50d1 (diff)
downloadFreeBSD-src-30f088ad7bc38164fba1bda3e8d767e2ab1959de.zip
FreeBSD-src-30f088ad7bc38164fba1bda3e8d767e2ab1959de.tar.gz
Merge ppp changes from 2.3.3 -> 2.3.5. I have spotted some more
problems, which I'll have a go at shortly.
Diffstat (limited to 'sys/net/ppp_comp.h')
-rw-r--r--sys/net/ppp_comp.h5
1 files changed, 2 insertions, 3 deletions
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
OpenPOWER on IntegriCloud