Description

Socket options.

Usages

Configuration options

KeyKindTypeDefault ValueDescription
connect-timeoutVALUEDurationPT10SSocket connect timeout
read-timeoutVALUEDurationPT30SSocket read timeout
socket-keep-aliveVALUEBooleantrueConfigure socket keep alive
socket-receive-buffer-sizeVALUEInteger Socket receive buffer size
socket-reuse-addressVALUEBooleantrueSocket reuse address
socket-send-buffer-sizeVALUEInteger Socket send buffer size
tcp-no-delayVALUEBooleanfalseThis option may improve performance on some systems

See the manifest for all available types.