Skip to content

File SolidSyslogTcpConnectTimeoutFunction.h

FileList > Core > Interface > SolidSyslogTcpConnectTimeoutFunction.h

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 "SolidSyslogExternC.h"

Public Types Documentation

SolidSyslogTcpConnectTimeoutFunction

Returns the bounded-connect deadline in milliseconds.

typedef uint32_t(* SolidSyslogTcpConnectTimeoutFunction) (void *context);

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