SecureTcp Object : NoDelay Property |
Visual Basic |
---|
Public Property NoDelay As Boolean |
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.