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: 6.0.0
Syntax
public bool TcpNoDelay { get; set; }

Property Value

Boolean
See Also