File SolidSyslogTcpConnectTimeoutFunction.h¶
FileList > Core > Interface > SolidSyslogTcpConnectTimeoutFunction.h
Go to the source code of this file
The callback typedef the integrator installs on a TCP stream config to supply the bounded-connect deadline per attempt (runtime-tunable).
#include <stdint.h>#include "ExternC.h"
Public Attributes¶
| Type | Name |
|---|---|
| EXTERN_C_BEGIN typedef uint32_t(* | SolidSyslogTcpConnectTimeoutFunction Returns the bounded-connect deadline in milliseconds. |
Public Attributes Documentation¶
variable SolidSyslogTcpConnectTimeoutFunction¶
Returns the bounded-connect deadline in milliseconds.
Called at the start of every connect attempt, so a runtime-tunable value (e.g. commissioning-time NVRAM read, live web-UI override) takes effect on the next reconnect without rebuilding or destroying the stream. context is passed through unchanged from the config slot the integrator installed it on.
The documentation for this class was generated from the following file Core/Interface/SolidSyslogTcpConnectTimeoutFunction.h