Skip to content

chore(advanced): clarify multiple connections over relays #911

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
6 changes: 5 additions & 1 deletion advanced/device-numconnections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,8 @@ default, TCP has better priority than QUIC, so establishing a TCP connection
will cause existing QUIC connections to be closed. Connection priorities can
be configured.

Multiple connections cannot be established over relays.
When connected via a relay, only one connection is normally established.
However, with some lucky timing, e.g. when attempting to reconnect after losing
a connection, it is also possible to establish one relay connection in each
direction, if the two devices are listening on different relays. In such a case,
the GUI will show `1 + 1` connections.