Click or drag to resize

SphinxQLConnectionStringBuilderTcpNoDelay Property

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

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public bool TcpNoDelay { get; set; }

Property Value

Type: Boolean
See Also