NX_WEB_HTTP_SERVER_SESSION_MAX is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoNX_WEB_HTTP_SERVER_SESSION_MAX

NX_WEB_HTTP_SERVER_SESSION_MAX macro

Syntax

#define NX_WEB_HTTP_SERVER_SESSION_MAX 2

References

LocationText
nx_web_http_server.h:137
#define NX_WEB_HTTP_SERVER_SESSION_MAX 2
nx_web_http_server.h:141
#define NX_WEB_HTTP_SERVER_SESSION_BUFFER_SIZE (sizeof(NX_TCP_SESSION) * NX_WEB_HTTP_SERVER_SESSION_MAX)
nx_web_http_server.h:145
#define NX_WEB_HTTP_SERVER_MAX_PENDING (NX_WEB_HTTP_SERVER_SESSION_MAX << 1)