SocketConnectionOptions
class
Namespace: Orleans.Networking.Shared
Options for configuring socket connections.
public class SocketConnectionOptionsConstructors
Properties
IOQueueCountThe number of I/O queues used to process requests. Set to 0 to directly schedule I/O to the ThreadPool.KeepAliveWhether TCP KeepAlive is enabled or disabled.KeepAliveIntervalSecondsThe number of seconds between keep-alive packets when the remote endpoint is not responding.KeepAliveRetryCountThe number of retry attempts for keep-alive packets before the connection is considered dead.KeepAliveTimeSecondsThe number of seconds before the first keep-alive packet is sent on an idle connection.NoDelayWhether the Nagle algorithm should be enabled or disabled.
