setTcpNoDelay

abstract suspend fun setTcpNoDelay(on: Boolean)

Sets the TCP_NODELAY option.

Parameters

on

The value to set.

Throws

if an I/O error occurs.