Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Socket lwip-eth lwip-sys lwip
Fork of EthernetInterface by
Diff: EthernetInterface.h
- Revision:
 - 24:c9bb345dcc65
 - Parent:
 - 23:5d5b40c4378b
 - Child:
 - 27:2124eae946f3
 
diff -r 5d5b40c4378b -r c9bb345dcc65 EthernetInterface.h --- 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
