This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Better handle laddrs in Listen #28
Comments
Example for point 4:
This is kind of pedantic but it allows users select which peers they want to use as relays (may be useful in cases where some links are cheaper than others). |
I think point (2) is the really important one, as it ensures we have a connection open to the relay. |
That is, we should:
|
That's fine by me. |
@vyzo wondering if we made progress with this? I recall seeing related changes come through. |
no progress to be reported. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Listen("/p2p-circuit")
should behave as it does today.Listen("/ipfs/QmOther/p2p-circuit")
should dialQmOther
, keep the connection open (and fail to listen if we can't dial them), and check if they support relaying./p2p-circuit
. Currently, we just check if it contains/p2p-circuit
and accept it.Listen
to signal that we accept relayed connections (and from where).The text was updated successfully, but these errors were encountered: