Skip to content

Commit b8cba46

Browse files
authored
Merge pull request #447 from fluent/in-tcp-fix-version-for-keep-alive
in_tcp: Fix wrong supported version for "send_keepalive_packet"
2 parents c6bd8fb + fc55661 commit b8cba46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

input/tcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ You can set positive value to send FIN on closing on non-Windows.
171171

172172
| type | default | available transport type | version |
173173
| :--- | :--- | :--- | :--- |
174-
| bool | false | tcp, tls | 1.15.0 |
174+
| bool | false | tcp, tls | 1.16.0 |
175175

176176
Enable `SO_KEEPALIVE` on the underlying TCP sockets.
177177

0 commit comments

Comments
 (0)