Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: lwip-eth lwip-sys lwip
Dependents: HelloLWIPInterface HelloLWIPInterfaceNonBlocking LWIPInterfaceTests SimpleHTTPExample ... more
Diff: LWIPInterface.cpp
- Revision:
- 20:8b55d035d127
- Parent:
- 18:5890b186a607
- Child:
- 21:9600bd29a088
diff -r 366181e36f99 -r 8b55d035d127 LWIPInterface.cpp
--- 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: