Enable/disable the use of Nagle's algorithm. Only available for already connected sockets, will return false otherwise
Symbol
Socket.setNoDelay
@param noDelay
Default: true
@returns
true if is able to setNoDelay and false if it fails.
Symbol
Enable/disable the use of Nagle's algorithm. Only available for already connected sockets, will return false otherwise
Default: true
true if is able to setNoDelay and false if it fails.