Skip to content

Commit d99f117

Browse files
committed
out_forward: add send_keepalive_packet parameter
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
1 parent e5dba76 commit d99f117

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

output/forward.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,14 @@ Enables the keepalive connection.
446446

447447
Timeout for keepalive. Default value is `nil` which means to keep the connection alive as long as possible.
448448

449+
### `send_keepalive_packet`
450+
451+
| type | default | version |
452+
| :--- | :--- | :--- |
453+
| bool | false | 1.20.0 |
454+
455+
Enables the TCP keepalive for sockets. See [socket article](../plugin-helper-overview/api-plugin-helper-socket.md#send_keepalive_packet-use-case) for more details.
456+
449457
### `<security>` Section
450458

451459
| required | multi | version |

0 commit comments

Comments
 (0)