Przeglądaj źródła

increse quantity of dhcp tries

balbekova 1 rok temu
rodzic
commit
04dca2c7fe
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      modules/Ethernet/netconf.c

+ 1 - 1
modules/Ethernet/netconf.c

@@ -23,7 +23,7 @@
 #include <string.h>
 
 
-#define MAX_DHCP_TRIES 3
+#define MAX_DHCP_TRIES 12
 
 #define TIME_COUNTER_10_MIN   600
 #define TIME_COUNTER_1_MIN    60