mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 01:38:25 +02:00
14 lines
410 B
Diff
14 lines
410 B
Diff
diff --git a/pppd/plugins/pppoe/pppoe.h b/pppd/plugins/pppoe/pppoe.h
|
|
index 9ab2eee..86762bd 100644
|
|
--- a/pppd/plugins/pppoe/pppoe.h
|
|
+++ b/pppd/plugins/pppoe/pppoe.h
|
|
@@ -148,7 +148,7 @@ extern UINT16_t Eth_PPPOE_Session;
|
|
#define STATE_TERMINATED 4
|
|
|
|
/* How many PADI/PADS attempts? */
|
|
-#define MAX_PADI_ATTEMPTS 3
|
|
+#define MAX_PADI_ATTEMPTS 4
|
|
|
|
/* Initial timeout for PADO/PADS */
|
|
#define PADI_TIMEOUT 5
|