ipfs/kubo

ipfs swarm connect should only use address provided in argument by default

Open

#4.191 geöffnet am 31. Aug. 2017

Auf GitHub ansehen
 (9 Kommentare) (4 Reaktionen) (0 zugewiesene Personen)Go (2.725 Forks)batch import
help wantedkind/bugkind/enhancement

Repository-Metriken

Stars
 (13.906 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 2h) (28 gemergte PRs in 30 T)

Beschreibung

We need a way to tell ipfs swarm connect that it should only use the address we give to it. Too many times I try to connect to a peer with ipfs swarm connect /definitely/a/valid/address and get dial backoffed because ipfs tried 100 other addresses that we're the one i gave it. This is also important in testing other things, I want to test out relay stuff, but often times i try to connect to a peer via relay and get a normal tcp direct connection.

Contributor Guide