Dart SecureTcp, SecureServer Controls
NoDelay Property
Description
When True, the NODELAY socket option is set to defeat Nagle's algorithm.
Property type
Read-write property
Syntax
Visual Basic
Public Property NoDelay As Boolean
Remarks

This property is available only at run time and can only be set when the State property is tcpConnected.

Nagle's algorithm is a technique used to conserve bandwidth by buffering data that would otherwise be sent in individual packets. The NODELAY socket option is rarely needed, but may be desirable for Telnet and other online protocols.

See Also

SecureTcp Object  | SecureTcp Members


PowerTCP SSL for ActiveX Documentation Version 2.2.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic