Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions users/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down