SocketOptions Class
Namespace: Hazelcast.Networking
Assembly: Hazelcast.Net.dll
Represents the TCP socket options.
public class SocketOptions
Inherited Members
Constructors
Name | Description |
---|---|
SocketOptions() | Initializes a new instance of the SocketOptions class. |
Properties
Name | Description |
---|---|
BufferSizeKiB | The send and receive buffers size. |
KeepAlive | Whether to keep the socket alive. |
LingerSeconds | The number of seconds to remain connected after the socket Close() method is called, or zero to disconnect immediately. |
TcpNoDelay | Whether the socket is using the Nagle algorithm. |