Skip to content

Commit

Permalink
Merge pull request fluent#447 from fluent/in-tcp-fix-version-for-keep…
Browse files Browse the repository at this point in the history
…-alive

in_tcp: Fix wrong supported version for "send_keepalive_packet"
  • Loading branch information
daipom authored Mar 29, 2023
2 parents c6bd8fb + fc55661 commit b8cba46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/tcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ You can set positive value to send FIN on closing on non-Windows.

| type | default | available transport type | version |
| :--- | :--- | :--- | :--- |
| bool | false | tcp, tls | 1.15.0 |
| bool | false | tcp, tls | 1.16.0 |

Enable `SO_KEEPALIVE` on the underlying TCP sockets.

Expand Down

0 comments on commit b8cba46

Please sign in to comment.