 | SphinxQLConnectionStringBuilderTcpNoDelay Property |
Gets or sets whether to disable Nagle's algorithm for the socket connecting to searchd. Default is false.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic bool TcpNoDelay { get; set; }Public Property TcpNoDelay As Boolean
Get
Set
Property Value
Boolean
See Also