Value: 1
This boolean option specifies whether data is sent immediately on this socket or buffered.
If set to Boolean.TRUE the Nagle algorithm is disabled and there is no buffering. This could lead to low packet efficiency. When set to Boolean.FALSE the the socket implementation uses buffering to try to reach a higher packet efficiency.
See for more information about buffering and the Nagle algorithm.