Skip to content

Commit 25960c5

Browse files
docs: user timeout option is actually called "user_timeout" (#1945)
Fixes: ed350b7 ("Allow TCP user timeout configuration in endpoint (#1930)") Signed-off-by: Bastian Krause <[email protected]>
1 parent d63eb15 commit 25960c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Transport-Endpoints.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ parameters:
8181
+--------------+------------------------------------------------------------------------------------------------------------------------------+
8282
| tls | optional endpoint TLS configuration (see below) |
8383
+--------------+------------------------------------------------------------------------------------------------------------------------------+
84-
| user-timeout | optional TCP user timeout in ms transmitted data may remain unacked before connection close, see ``TCP_USER_TIMEOUT`` in |
84+
| user_timeout | optional TCP user timeout in ms transmitted data may remain unacked before connection close, see ``TCP_USER_TIMEOUT`` in |
8585
| | `tcp(7) <https://man7.org/linux/man-pages/man7/tcp.7.html>`__, 0 behaves like not configured [1]_ (default: not configured) |
8686
+--------------+------------------------------------------------------------------------------------------------------------------------------+
8787

0 commit comments

Comments
 (0)