From: Michael Tremer Date: Mon, 23 Jun 2014 20:50:01 +0000 (+0200) Subject: pppd: pppd 2.4.6 has changed behaviour and waited for hours. X-Git-Tag: v2.15-core79~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f2a7c1f578591257495e2c859a344e8cac397ee8;p=ipfire-2.x.git pppd: pppd 2.4.6 has changed behaviour and waited for hours. --- diff --git a/src/patches/ppp/ppp-2.4.6-increase-max-padi-attempts.patch b/src/patches/ppp/ppp-2.4.6-increase-max-padi-attempts.patch index b09a9b52d4..5127c1f105 100644 --- a/src/patches/ppp/ppp-2.4.6-increase-max-padi-attempts.patch +++ b/src/patches/ppp/ppp-2.4.6-increase-max-padi-attempts.patch @@ -7,7 +7,7 @@ index 9ab2eee..86762bd 100644 /* How many PADI/PADS attempts? */ -#define MAX_PADI_ATTEMPTS 3 -+#define MAX_PADI_ATTEMPTS 12 ++#define MAX_PADI_ATTEMPTS 4 /* Initial timeout for PADO/PADS */ #define PADI_TIMEOUT 5