Description
Configuration of a server connection (for each connection created by clients).
Usages
Configuration options
| Key | Kind | Type | Default Value | Description |
|---|---|---|---|---|
connect-timeout | VALUE | Duration | PT10S | Connect timeout |
keep-alive | VALUE | Boolean | true | Configure socket keep alive |
read-timeout | VALUE | Duration | PT30S | Read timeout |
receive-buffer-size | VALUE | Integer | 32768 | Socket receive buffer size |
reuse-address | VALUE | Boolean | true | Socket reuse address |
send-buffer-size | VALUE | Integer | 32768 | Socket send buffer size |
tcp-no-delay | VALUE | Boolean | false | Disable Nagle's algorithm by setting TCP_NODELAY to true |
See the manifest for all available types.