- 31 Mar, 2021 16 commits
-
-
vyzo authored
-
vyzo authored
-
vyzo authored
we might get more connections because simultaneous dials can succeed and we have both TCP and QUIC addrs by default
-
vyzo authored
for consistency with the old dialer behaviour.
-
vyzo authored
-
vyzo authored
-
vyzo authored
-
vyzo authored
-
vyzo authored
-
vyzo authored
-
vyzo authored
-
vyzo authored
-
vyzo authored
i want to use binary literals; technically only requires 1.13, but let's not be ancient
-
vyzo authored
-
vyzo authored
-
vyzo authored
-
- 30 Mar, 2021 5 commits
- 19 Mar, 2021 3 commits
-
-
Steven Allen authored
Otherwise, canceling one dial request will cancel all "joined" dial requests.
-
Steven Allen authored
-
Steven Allen authored
Given two relay connections, prefer the one that's non-transient. Otherwise, a transient connection could prevent us from opening streams even if we have a second non-transient connection through a better relay.
-
- 19 Feb, 2021 1 commit
-
-
Aarsh Shah authored
-
- 18 Feb, 2021 1 commit
-
-
Aarsh Shah authored
* support for forced direct connections.
-
- 17 Feb, 2021 8 commits
- 12 Feb, 2021 2 commits
-
-
Steven Allen authored
avoid assigning a function to a variable
-
Marten Seemann authored
-
- 09 Feb, 2021 4 commits
-
-
Steven Allen authored
only listen on localhost in tests
-
Steven Allen authored
prevent dialing addresses that we're listening on
-
Marten Seemann authored
-
Marten Seemann authored
It's impossible to run two nodes on the same IP:port, so we know for sure that any dial to an address that we're listening on will fail (as the peer IDs won't match). In practice, this will be most useful for preventing dials to localhost for nodes that are listening on the default port.
-