]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
pppd: pppd 2.4.6 has changed behaviour and waited for hours.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 23 Jun 2014 20:50:01 +0000 (22:50 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 23 Jun 2014 20:50:01 +0000 (22:50 +0200)
src/patches/ppp/ppp-2.4.6-increase-max-padi-attempts.patch

index b09a9b52d42f08a753c999e43644758020b5fca5..5127c1f105ce197f16c0bbc78cdca54d3a19720b 100644 (file)
@@ -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