Function StreamPeerTCP.setNoDelay

Disables Nagle's algorithm to improve latency for small packets. Note: For applications that send large packets or need to transfer a lot of data, this can decrease the total available bandwidth.

void setNoDelay (
  const(bool) enabled
) nothrow @nogc;