IPStack - Added quirk for unconfigured interfaces to aid DHCP
[tpg/acess2.git] / KernelLand / Modules / IPStack / interface.c
index a5129a7..9bd00d9 100644 (file)
@@ -10,8 +10,8 @@
 #include "include/adapters.h"
 
 // === CONSTANTS ===
-//! Default timeout value, 30 seconds
-#define DEFAULT_TIMEOUT        (30*1000)
+//! Default timeout value, 5 seconds
+#define DEFAULT_TIMEOUT        (5*1000)
 
 // === IMPORTS ===
 extern int     IPv4_Ping(tInterface *Iface, tIPv4 Addr);

UCC git Repository :: git.ucc.asn.au