Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Commit 3f8271e

Browse files
author
Fujimoto Seiji
authored
Merge pull request #632 from ganmacs/add-keepalive-docs
Add keepalive document
2 parents d61df6f + dc93201 commit 3f8271e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/v1.0/out_forward.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,22 @@ The client private key path for TLS.
336336

337337
The client private key passphrase for TLS.
338338

339+
### keepalive
340+
341+
| type | default | version |
342+
|:----:|:-------:|:-------:|
343+
| bool | fales | 1.4.3 |
344+
345+
Enable keepalive connection.
346+
347+
### keepalive_timeout
348+
349+
| type | default | version |
350+
|:----:|:-------:|:-------:|
351+
| time | nil | 1.4.3 |
352+
353+
Expired time of keepalive. Default value is nil, which means to keep connection as long as possible.
354+
339355
### <security> section
340356

341357
| required | multi | version |

0 commit comments

Comments
 (0)