Modification to work two socket servers at the same time

Fork of lwip by mbed official

Files at this revision

API Documentation at this revision

Comitter:
emilmont
Date:
Fri Feb 15 16:59:45 2013 +0000
Parent:
6:00bf89892c76
Child:
9:5bba32bf3eb6
Commit message:
enable netif link callback

Changed in this revision

lwipopts.h Show annotated file Show diff for this revision Revisions of this file
--- a/lwipopts.h	Mon Jul 23 11:52:35 2012 +0000
+++ b/lwipopts.h	Fri Feb 15 16:59:45 2013 +0000
@@ -117,6 +117,7 @@
 
 #define LWIP_NETIF_HOSTNAME         1
 #define LWIP_NETIF_STATUS_CALLBACK  1
+#define LWIP_NETIF_LINK_CALLBACK    1
 
 #elif LWIP_TRANSPORT_PPP