Skip to content

Struct SolidSyslogPosixTcpStreamConfig

ClassList > SolidSyslogPosixTcpStreamConfig

Tunes SolidSyslogPosixTcpStream's bounded connect.

  • #include <SolidSyslogPosixTcpStream.h>

Public Attributes

Type Name
void * ConnectTimeoutContext
Passed back to GetConnectTimeoutMs unchanged; NULL is fine.
SolidSyslogTcpConnectTimeoutFunction GetConnectTimeoutMs
Per-attempt connect deadline in ms; NULL uses the SOLIDSYSLOG_TCP_CONNECT_TIMEOUT_MS tunable.

Public Attributes Documentation

variable ConnectTimeoutContext

Passed back to GetConnectTimeoutMs unchanged; NULL is fine.

void* SolidSyslogPosixTcpStreamConfig::ConnectTimeoutContext;


variable GetConnectTimeoutMs

Per-attempt connect deadline in ms; NULL uses the SOLIDSYSLOG_TCP_CONNECT_TIMEOUT_MS tunable.

SolidSyslogTcpConnectTimeoutFunction SolidSyslogPosixTcpStreamConfig::GetConnectTimeoutMs;



The documentation for this class was generated from the following file Platform/Posix/Interface/SolidSyslogPosixTcpStream.h