Skip to content

Commit 6d312f2

Browse files
authored
chore(advanced): clarify multiple connections over relays (#911)
chore(advanced): clarify multiple connections over relays Clarify that it is possible to establish two connections when each device uses a different relay. Ref: https://forum.syncthing.net/t/multiple-connections-established-over-a-relay-but-docs-claim-its-impossible/20975 Signed-off-by: Tomasz Wilczyński <[email protected]> Signed-off-by: Tomasz Wilczyński <[email protected]>
1 parent 5f42ea2 commit 6d312f2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

advanced/device-numconnections.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,8 @@ default, TCP has better priority than QUIC, so establishing a TCP connection
6161
will cause existing QUIC connections to be closed. Connection priorities can
6262
be configured.
6363

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

0 commit comments

Comments
 (0)