Explorar el Código

increse quantity of dhcp tries

balbekova hace 1 año
padre
commit
04dca2c7fe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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