summaryrefslogtreecommitdiffstats
path: root/sys/net/ppp_comp.h
diff options
context:
space:
mode:
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