From 4da3409491ce9680a1760bb1459236ab679c58fb Mon Sep 17 00:00:00 2001 From: Marcus B Spencer Date: Tue, 30 Dec 2025 16:45:19 -0600 Subject: [PATCH] chore(config): mention quicReconnectionIntervalS --- users/config.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/users/config.rst b/users/config.rst index c5f9e2ba..125303dc 100644 --- a/users/config.rst +++ b/users/config.rst @@ -1093,8 +1093,12 @@ The ``options`` element contains all other global configuration options. .. option:: options.reconnectionIntervalS - The number of seconds to wait between each attempt to connect to currently - unconnected devices. + The number of seconds to wait between each attempt to connect to TCP + addresses on currently unconnected devices. + +.. option:: options.quicReconnectionIntervalS + + Analogous to :opt:`reconnectionIntervalS` but for QUIC rather than TCP. .. option:: options.relaysEnabled