StreamPeerTCP.setNoDelay

Disable Nagle algorithm to improve latency for small packets. Note that for applications that send large packets, or need to transfer a lot of data, this can reduce total bandwidth.

struct StreamPeerTCP
@nogc nothrow
void
setNoDelay
(
in bool enabled
)

Meta