From: Paul Mackerras Date: Wed, 28 Aug 1996 06:40:44 +0000 (+0000) Subject: increase DEFLOOPBACKFAIL X-Git-Tag: RELEASE_2_3_6~359 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=1f392dc3fdb21a139298909d40733644e5413f32 increase DEFLOOPBACKFAIL --- diff --git a/pppd/lcp.h b/pppd/lcp.h index bd50f3d..42a43b7 100644 --- a/pppd/lcp.h +++ b/pppd/lcp.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: lcp.h,v 1.10 1996/07/01 01:15:37 paulus Exp $ + * $Id: lcp.h,v 1.11 1996/08/28 06:40:44 paulus Exp $ */ /* @@ -82,4 +82,4 @@ extern struct protent lcp_protent; /* Default number of times we receive our magic number from the peer before deciding the link is looped-back. */ -#define DEFLOOPBACKFAIL 5 +#define DEFLOOPBACKFAIL 10