Skip to content

SocketConnectionOptions Properties

Options for configuring socket connections.

IOQueueCount

getset
View source
public int IOQueueCount
The number of I/O queues used to process requests. Set to 0 to directly schedule I/O to the ThreadPool.

KeepAliveRetryCount

getset
View source
public int KeepAliveRetryCount
The number of retry attempts for keep-alive packets before the connection is considered dead.

KeepAliveTimeSeconds

getset
View source
public int KeepAliveTimeSeconds
The number of seconds before the first keep-alive packet is sent on an idle connection.

NoDelay

getset
View source
public bool NoDelay
Whether the Nagle algorithm should be enabled or disabled.