Description

Configuration of a server connection (for each connection created by clients).

Usages

Configuration options

KeyKindTypeDefault ValueDescription
connect-timeoutVALUEDurationPT10SConnect timeout
keep-aliveVALUEBooleantrueConfigure socket keep alive
read-timeoutVALUEDurationPT30SRead timeout
receive-buffer-sizeVALUEInteger32768Socket receive buffer size
reuse-addressVALUEBooleantrueSocket reuse address
send-buffer-sizeVALUEInteger32768Socket send buffer size
tcp-no-delayVALUEBooleanfalseDisable Nagle's algorithm by setting TCP_NODELAY to true

See the manifest for all available types.