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 public bool TcpNoDelay { get; set; }
Property Value
Type:
BooleanRemarks
This setting must be false to use the Nagle algorithm; otherwise, true.
The default value is false.
See Also