summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1998-03-25 03:33:34 +0000
committerPaul Mackerras <paulus@samba.org>1998-03-25 03:33:34 +0000
commit0f25d6aa1330d5a4ec11086040fe465500be90f8 (patch)
treed5dd6097474616a48c7a97c01a2befbbed909278 /include
parent3e37f54ed16e5df74b587312560d89a51978074a (diff)
downloadppp-0f25d6aa1330d5a4ec11086040fe465500be90f8.tar.gz
Move deflate to the correct number (26);
leave the old number defined as PPP_DEFLATE_DRAFT
Diffstat (limited to 'include')
-rw-r--r--include/net/ppp-comp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/net/ppp-comp.h b/include/net/ppp-comp.h
index adab65c..fe62a61 100644
--- a/include/net/ppp-comp.h
+++ b/include/net/ppp-comp.h
@@ -24,7 +24,7 @@
* OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS,
* OR MODIFICATIONS.
*
- * $Id: ppp-comp.h,v 1.10 1996/09/26 06:30:11 paulus Exp $
+ * $Id: ppp-comp.h,v 1.11 1998/03/25 03:33:34 paulus Exp $
*/
#ifndef _NET_PPP_COMP_H
@@ -141,7 +141,8 @@ struct compressor {
/*
* Definitions for Deflate.
*/
-#define CI_DEFLATE 24 /* config option for Deflate */
+#define CI_DEFLATE 26 /* config option for Deflate */
+#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