-
There is IdleTimeoutMs setting, the type is uint64_t. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
A value of |
Beta Was this translation helpful? Give feedback.
-
Thanks! |
Beta Was this translation helpful? Give feedback.
A value of
0
forIdleTimeoutMs
indicate "no idle timeout", effectively disabling idle timeouts. But be aware, QUIC negotiates idle times for a connection as the minimum of what the client and server offer. So if you disable them on the client side, but the server still has it configured, it will be whatever the server configured it to be.