SocketOptionsTcpNoDelay Property |
Gets a Boolean value that specifies whether the stream Socket is using the Nagle algorithm.
When set to false, the Nagle algorithm is enabled; when set to true the Nagle algorithm is disabled (no delay). The default is true.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public Nullable<bool> TcpNoDelay { get; }
Property Value
Type:
NullableBooleanSee Also