|
From: | Enrique Wellborn |
Subject: | Re: [lwip-users] maximum lwip sockets limitation |
Date: | Wed, 30 Oct 2013 18:33:37 +0200 |
You can modify the marco as follow:/* MEMP_NUM_NETCONN: the number of struct netconns. */#define MEMP_NUM_NETCONN 8It indicates that the number of sockets.2013/10/30 Enrique Wellborn <address@hidden>
_______________________________________________Thank you very much!Is there a way to remove this limitation?When I call lwip_close() on one of the 4 existing sockets, it works, and then i can recreate the same socket (I get the same socket id) using lwip_socket().When I try to create a fifth socket, the functions fails (returns -1).Hi,I'm using the lwip_socket() api to create lwip sockets on linux and it works well, but only for 4 sockets.
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users
_______________________________________________
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users
[Prev in Thread] | Current Thread | [Next in Thread] |