SphinxQLConnectionStringBuilderTcpNoDelay Property

Gets or sets whether to disable Nagle's algorithm for the socket connecting to searchd. Default is false.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public bool TcpNoDelay { get; set; }

Property Value

Boolean

See Also