diff options
author | Brian Somers <brian@FreeBSD.org> | 1997-06-01 11:35:04 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 1997-06-01 11:35:04 +0000 |
commit | 0d8fb00071e61e2baa33b61bbbb9005917db414c (patch) | |
tree | 85343a511d731dcd048813e3f3dd49b7ac32a5f8 /usr.sbin/ppp/hdlc.h | |
parent | 5c4722ca2fa5fe11b361036003a8cb846145e897 (diff) | |
download | src-test2-0d8fb00071e61e2baa33b61bbbb9005917db414c.tar.gz src-test2-0d8fb00071e61e2baa33b61bbbb9005917db414c.zip |
Notes
Diffstat (limited to 'usr.sbin/ppp/hdlc.h')
-rw-r--r-- | usr.sbin/ppp/hdlc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/hdlc.h b/usr.sbin/ppp/hdlc.h index 683d02effcc0..c0789b01eba2 100644 --- a/usr.sbin/ppp/hdlc.h +++ b/usr.sbin/ppp/hdlc.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: hdlc.h,v 1.6 1997/02/22 16:10:17 peter Exp $ + * $Id: hdlc.h,v 1.7 1997/06/01 01:13:02 brian Exp $ * * TODO: */ @@ -39,11 +39,11 @@ #define GOODFCS 0xf0b8 /* Good FCS value */ #define DEF_MRU 1500 -#define MAX_MRU 16384 +#define MAX_MRU 2048 #define MIN_MRU 296 #define DEF_MTU 0 /* whatever peer says */ -#define MAX_MTU 16384 +#define MAX_MTU 2048 #define MIN_MTU 296 /* |