Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net change CCP maxlen to 64 to accomodate mschap-2.



details:   https://anonhg.NetBSD.org/src/rev/f1c5af8ba9a3
branches:  trunk
changeset: 504147:f1c5af8ba9a3
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 23 21:16:19 2001 +0000

description:
change CCP maxlen to 64 to accomodate mschap-2.

diffstat:

 sys/net/ppp-comp.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6e8cfdfd796b -r f1c5af8ba9a3 sys/net/ppp-comp.h
--- a/sys/net/ppp-comp.h        Fri Feb 23 21:11:38 2001 +0000
+++ b/sys/net/ppp-comp.h        Fri Feb 23 21:16:19 2001 +0000
@@ -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 @@
 /*
  * Max # bytes for a CCP option
  */
-#define CCP_MAX_OPTION_LENGTH  32
+#define CCP_MAX_OPTION_LENGTH  64
 
 /*
  * Parts of a CCP packet.



Home | Main Index | Thread Index | Old Index