ap

Dependencies:   DnsQuery

Dependents:   WizFi310_TCP_Echo_Server_Example

Fork of NetworkSocketAPI by NetworkSocketAPI

Branch:
api-changes
Revision:
41:3ec1c97e9bbf
Parent:
26:9774a2edad71
Child:
63:531f4c27f360
--- a/EthernetInterface.h	Mon Feb 22 23:52:09 2016 -0600
+++ b/EthernetInterface.h	Tue Feb 23 04:01:38 2016 -0600
@@ -27,10 +27,9 @@
 {
 public:
     /** Start the interface
-     *  @param timeout_ms Time in milliseconds to wait for a connection
      *  @return 0 on success
      */
-    virtual int32_t connect(uint32_t timeout_ms = 15000) = 0;
+    virtual int32_t connect() = 0;
 
     /** Stop the interface
      *  @return 0 on success