Click or drag to resize

ConfigDataTcpNoDelay Property

Indicates whether SmartFoxServer's TCP socket is using the Nagle algorithm or not.

Namespace:  Sfs2X.Util
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool TcpNoDelay { get; set; }

Property Value

Type: Boolean
Remarks
This setting must be false to use the Nagle algorithm; otherwise, true. The default value is false.
See Also