Implementation of the NetworkSocketAPI for LWIP

Dependencies:   lwip-eth lwip-sys lwip

Dependents:   HelloLWIPInterface HelloLWIPInterfaceNonBlocking LWIPInterfaceTests SimpleHTTPExample ... more

Revision:
15:0d8d1dafe064
Parent:
13:57d9e1721826
Child:
17:7db2f5d503d4
--- a/LWIPInterface.h	Tue Apr 05 23:38:36 2016 +0000
+++ b/LWIPInterface.h	Wed Apr 06 00:20:35 2016 +0000
@@ -53,7 +53,7 @@
     /param proto    The type of socket to open, TCP or UDP
     /return         The alocated socket or null on failure
     */
-    virtual void *socket_create(protocol_t proto);
+    virtual void *socket_create(nsapi_protocol_t proto);
 
     /** Destroy a socket
     /param socket   Previously allocated socket