ouisync icon indicating copy to clipboard operation
ouisync copied to clipboard

Avoid indefinite connection attempts

Open madadam opened this issue 3 years ago • 1 comments
trafficstars

Currently we try to connect to a peer for as long as they are advertised to us via one of the discovery mechanism (explicitly provided by the user, local discovery, DHT, PEX). There are some cases where a connection is impossible however, for example there might be too restrictive NAT or we might be on different subnets, and so on. Ideally we should be able to detect this and abort the connection attempts in those cases.

madadam avatar Sep 12 '22 07:09 madadam

https://redmine.equalit.ie/issues/31634

IvanaBlzvc avatar May 08 '25 10:05 IvanaBlzvc