tcpNoDelay

fun <T : Configurable<T, *>> T.tcpNoDelay(): T(source)

Deprecated

noDelay is true by default

Replace with

this

Set TCP_NODELAY socket option to disable the Nagle algorithm.

Report a problem