change CCP maxlen to 64 to accomodate mschap-2.

This commit is contained in:
christos 2001-02-23 21:16:19 +00:00
parent 3e343f9152
commit d8dd082e78
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ppp-comp.h,v 1.4 1998/05/02 14:34:25 christos Exp $ */
/* $NetBSD: ppp-comp.h,v 1.5 2001/02/23 21:16:19 christos Exp $ */
/*
* ppp-comp.h - Definitions for doing PPP packet compression.
@ -111,7 +111,7 @@ struct compressor {
/*
* Max # bytes for a CCP option
*/
#define CCP_MAX_OPTION_LENGTH 32
#define CCP_MAX_OPTION_LENGTH 64
/*
* Parts of a CCP packet.