MEMP_NUM_NETCONN is only used within LwIP.
 
Symbols
loading...
Files
loading...

MEMP_NUM_NETCONN macro

MEMP_NUM_NETCONN: the number of struct netconns. (only needed if you use the sequential API, like api_lib.c)

Syntax

#define MEMP_NUM_NETCONN 4

References

LocationText
opt.h:532
#define MEMP_NUM_NETCONN 4
sockets.h:486
#elif FD_SETSIZE < (LWIP_SOCKET_OFFSET + MEMP_NUM_NETCONN)
sockets_priv.h:52
#define NUM_SOCKETS MEMP_NUM_NETCONN