Switches off the delay on a socket caused by the Nagle algorithm.
A Nagle algorithm is used to buffer packets for up to 200 milliseconds so that they can be combined and sent as a single packet. This results in larger, but less frequent, packet transmission which generally provides more efficient network bandwidth utilization.
Allowable Values
0 - use the Nagle algorithm
1 - disable the Nagle algorithm
Default Value: 1
See Also