-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
document circuit relay in docs/experimental-features #4148
Conversation
License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>
Summoning @whyrusleeping @Kubuxu |
License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>
docs/experimental-features.md
Outdated
Experimental | ||
|
||
### In Version | ||
master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's safe to say it will be in 0.4.11
here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool, will add.
### Road to being a real feature | ||
|
||
- [ ] Needs more people to use it and report on how well it works. | ||
- [ ] Advertise relay addresses to the DHT for NATed or otherwise |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've opened an issue to discuss this: libp2p/specs#33
After reading this, I still have a question. Once you have configured a relay node, would that mean that all the traffic would go through this node (as a proxy) or would that be a fallback if no better route is found ? Also, would protocol labs provide public relay enabled node ? @lgierth ? |
Yes, we will provide public relay enabled nodes.
…On Thu, Aug 17, 2017, 8:17 PM Michael Muré ***@***.***> wrote:
After reading this, I still have a question. Once you have configured a
relay node, would that mean that all the traffic would go through this node
(as a proxy) or would that be a fallback if no better route is found ?
Also, would protocol labs provide public relay enabled node ? @lgierth
<https://github.com/lgierth> ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4148 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABL4HAfQcNqGzH3CgQmnRoYdlXek5UP8ks5sZQJPgaJpZM4O59kY>
.
|
For initial (experimental) deployment, it's manual -- you have to manually open connections to peers using a relay. |
No description provided.