Net::Socket::set_NoDelay Method
This function sets the TCP_NODELAY option on the socket.
Syntax
void Net::Socket::set_NoDelay(
bool value
)
Parameters
bool value
Return value
None.
Remarks
If you have performance issues on Linux based systems, you can try setting this property to true.