Implementation of the NetworkSocketAPI for LWIP

Dependencies:   lwip-eth lwip-sys lwip

Dependents:   HelloLWIPInterface HelloLWIPInterfaceNonBlocking LWIPInterfaceTests SimpleHTTPExample ... more

Revision:
3:774869068511
Parent:
2:7fb7e78cb17f
Child:
4:a7349bd7776c
--- a/LWIPInterface.h	Thu Feb 25 11:09:49 2016 -0600
+++ b/LWIPInterface.h	Mon Feb 29 22:58:45 2016 +0000
@@ -35,7 +35,7 @@
     // Implementation of NetworkInterface
     virtual const char *getMACAddress();
 
-    virtual SocketInterface *createSocket(socket_protocol_t proto);
+    virtual SocketInterface *createSocket(ns_protocol_t proto);
     virtual void destroySocket(SocketInterface *socket);
 };