zStatus zSocket_SetNoDelay(zSocket socket, zBool noDelay);
Can be used to disable the Nagle algorithm.
The Nagle algorithm is enabled by default. When enabled, small segments of outbound data are coalesced over a brief time period in order to improve network efficiency.
zSocket.h