Implementation of the NetworkSocketAPI for LWIP

Dependencies:   lwip-eth lwip-sys lwip

Dependents:   HelloLWIPInterface HelloLWIPInterfaceNonBlocking LWIPInterfaceTests SimpleHTTPExample ... more

Revision:
18:5890b186a607
Parent:
17:7db2f5d503d4
Child:
19:366181e36f99
--- a/LWIPInterface.h	Tue Apr 19 18:38:13 2016 -0500
+++ b/LWIPInterface.h	Wed Apr 20 00:48:19 2016 +0000
@@ -85,12 +85,6 @@
      *  @return             0 on success, negative on failure
      */
     virtual int socket_connect(void *handle, const SocketAddress &address);
-    
-    /** Check if the socket is connected
-     *  @param handle       Socket handle
-     *  @return             true if connected, false otherwise
-     */
-    virtual bool socket_is_connected(void *handle);
 
     /** Accept a new connection.
      *  @param handle       Handle in which to store new socket