mbed IP library over Ethernet

Dependencies:   lwip-eth Socket lwip lwip-sys

Dependents:   denki-yohou_b Network-RTOS NTPClient_HelloWorld temp_FIAP ... more

Legacy Networking Libraries

This is an mbed 2 networking library. For mbed 5, the networking libraries have been revised to better support additional network stacks and thread safety here.

Files at this revision

API Documentation at this revision

Comitter:
emilmont
Date:
Thu Aug 09 07:48:48 2012 +0000
Parent:
23:5d5b40c4378b
Child:
25:a0ee3ae75cfa
Commit message:
Increase default DHCP timeout from (3)s to (12)s;

Changed in this revision

EthernetInterface.h Show annotated file Show diff for this revision Revisions of this file
--- a/EthernetInterface.h	Mon Aug 06 09:24:35 2012 +0000
+++ b/EthernetInterface.h	Thu Aug 09 07:48:48 2012 +0000
@@ -49,10 +49,10 @@
 
   /** Connect
   * Bring the interface up, start DHCP if needed.
-  * \param   timeout_ms  timeout in ms (default: (3)s).
+  * \param   timeout_ms  timeout in ms (default: (12)s).
   * \return 0 on success, a negative number on failure
   */
-  static int connect(unsigned int timeout_ms=3000);
+  static int connect(unsigned int timeout_ms=12000);
   
   /** Disconnect
   * Bring the interface down