Skip to content

Windows platform

«interface»SolidSyslogStreamWinsockTcpStreamWindows

Struct SolidSyslogWinsockTcpStreamConfig

ClassList > SolidSyslogWinsockTcpStreamConfig

Tunes SolidSyslogWinsockTcpStream's bounded connect.

  • #include <SolidSyslogWinsockTcpStream.h>
struct SolidSyslogWinsockTcpStreamConfig
{
    SolidSyslogTcpConnectTimeoutFunction GetConnectTimeoutMs;
    void* ConnectTimeoutContext;
};

Public Attributes Documentation

ConnectTimeoutContext

Passed back to GetConnectTimeoutMs unchanged; NULL is fine.

void* SolidSyslogWinsockTcpStreamConfig::ConnectTimeoutContext;


GetConnectTimeoutMs

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

SolidSyslogTcpConnectTimeoutFunction SolidSyslogWinsockTcpStreamConfig::GetConnectTimeoutMs;



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