Implementation of the NetworkSocketAPI for LWIP

Dependencies:   lwip-eth lwip-sys lwip

Dependents:   HelloLWIPInterface HelloLWIPInterfaceNonBlocking LWIPInterfaceTests SimpleHTTPExample ... more

Revision:
20:8b55d035d127
Parent:
18:5890b186a607
Child:
21:9600bd29a088
--- a/LWIPInterface.cpp	Wed Apr 20 11:07:44 2016 -0500
+++ b/LWIPInterface.cpp	Wed Apr 20 23:47:36 2016 -0500
@@ -195,6 +195,7 @@
     switch (s->proto) {
         case NSAPI_UDP:
             udp_disconnect(s->udp);
+            udp_remove(s->udp);
             break;
 
         case NSAPI_TCP: