| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| keepAliveTimeout | false | 4000 |
Time in milliseconds after which an open connection to the server is not reused. Be sure to set it to a smaller value than the KeepAlive directive on your server. Note that the a "Keep-Alive" header in the response always takes precedence.
|
30000 |
| localAddr | false | not set |
The local IP address to use for outbound connections.
|
- |
| timeout | false | 10000 |
Socket timeout (connect, read, etc.) in milliseconds.
|
- |