Skip to content

Difference between dctur, relay server, rendezvous protocol, signalling server and a tracking server? #5357

Answered by dariusc93
souvikinator asked this question in Q&A
Discussion options

You must be logged in to vote

In short:

  1. DCUtR (Direct Connection Upgrade through Relay) is a form of hole punching that allows establishing a connection to a peer directly through a relay. If a direct connection fails (which there are many reasons on why it would), the local node will fall back to the relay). This does require libp2p-relay (or specifically HOP protocol) to use this protocol.
  2. Rendezvous (protocol) is used for peer discovery. This is really more application specific but does allow one to use for discovering peers (that have registered) in a given namespace. Can be used for bootstrapping, discovering peers to a specific public topic, content discovery, etc., though still more application specific.
  3. AutoN…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jxs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants