]> git.sur5r.net Git - u-boot/blobdiff - net/bootp.h
License cleanup: remove all files with "All Rights Reserved" notices.
[u-boot] / net / bootp.h
index c2f011c8c69b33900cc39fda0ca08688b4806566..50625abea1839e6ecff7d04c8137a3ab6ca64c32 100644 (file)
@@ -88,7 +88,7 @@ typedef enum { INIT,
 #define DHCP_NAK      6
 #define DHCP_RELEASE  7
 
-#define SELECT_TIMEOUT 3UL     /* Seconds to wait for offers */
+#define SELECT_TIMEOUT 3000UL  /* Milliseconds to wait for offers */
 
 /**********************************************************************/