1
diff --git a/pppd/plugins/pppoe/pppoe.h b/pppd/plugins/pppoe/pppoe.h
2
index 9ab2eee..86762bd 100644
3
--- a/pppd/plugins/pppoe/pppoe.h
4
+++ b/pppd/plugins/pppoe/pppoe.h
5
@@ -148,7 +148,7 @@ extern UINT16_t Eth_PPPOE_Session;
6
#define STATE_TERMINATED 4
8
/* How many PADI/PADS attempts? */
9
-#define MAX_PADI_ATTEMPTS 3
10
+#define MAX_PADI_ATTEMPTS 4
12
/* Initial timeout for PADO/PADS */
13
#define PADI_TIMEOUT 5