From e9543fefa479a896d4a002b374795447564faa04 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Fri, 19 May 1995 03:17:35 +0000 Subject: [PATCH] DEFMAXNAKLOOPS now 5 --- pppd/fsm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pppd/fsm.h b/pppd/fsm.h index dc1c179..efe18bf 100644 --- a/pppd/fsm.h +++ b/pppd/fsm.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: fsm.h,v 1.4 1994/09/21 06:47:37 paulus Exp $ + * $Id: fsm.h,v 1.5 1995/05/19 03:17:35 paulus Exp $ */ /* @@ -106,7 +106,7 @@ typedef struct fsm { #define DEFTIMEOUT 3 /* Timeout time in seconds */ #define DEFMAXTERMREQS 2 /* Maximum Terminate-Request transmissions */ #define DEFMAXCONFREQS 10 /* Maximum Configure-Request transmissions */ -#define DEFMAXNAKLOOPS 10 /* Maximum number of nak loops */ +#define DEFMAXNAKLOOPS 5 /* Maximum number of nak loops */ /* -- 2.39.2