You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: output/forward.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -446,6 +446,14 @@ Enables the keepalive connection.
446
446
447
447
Timeout for keepalive. Default value is `nil` which means to keep the connection alive as long as possible.
448
448
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.
0 commit comments