ReactOS 0.4.16-dev-297-gc569aee
|
Macros | |
#define | LWIP_NETCONN 1 |
#define | LWIP_TCPIP_TIMEOUT 0 |
#define | LWIP_NETCONN_SEM_PER_THREAD 0 |
#define | LWIP_NETCONN_FULLDUPLEX 0 |
#define LWIP_NETCONN 1 |
#define LWIP_NETCONN_FULLDUPLEX 0 |
#define LWIP_NETCONN_SEM_PER_THREAD 0 |
LWIP_NETCONN_SEM_PER_THREAD==1: Use one (thread-local) semaphore per thread calling socket/netconn functions instead of allocating one semaphore per netconn (and per select etc.) ATTENTION: a thread-local semaphore for API calls is needed: