wss_keep_alive_config_t is only used within wss_server sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferencesInstances

Fields

Field
Declared as
Description
size_t
max number of clients.
size_t
stack size of the created task.
size_t
priority of the created task.
size_t
check every client after this time.
size_t
consider client not alive after this time.
callback function to check if client is alive.
callback function to notify that the client is not alive.
void *
user context available in the keep-alive handle.