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