method
TLSSocket.setNoDelay
noDelay?: boolean
): boolean;
Enable/disable the use of Nagle's algorithm. Only available for already connected sockets; returns false otherwise
@param noDelay
Default: true
@returns
true if it succeeds, false if it fails