JIRA: https://jira.spring.io/browse/INT-3507 TcpNoDelay (false) helps to buffer IOs but only after the first write. Use `BufferedOutputStreams` for TCP writes. Use the socket `sendBufferSize` for the buffer size.
JIRA: https://jira.spring.io/browse/INT-3507 TcpNoDelay (false) helps to buffer IOs but only after the first write. Use `BufferedOutputStreams` for TCP writes. Use the socket `sendBufferSize` for the buffer size.