 | 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.4.1
Syntaxpublic bool TcpNoDelay { get; set; }
Public Property TcpNoDelay As Boolean
Get
Set
Property Value
Type:
Boolean
See Also