Skip to content

Is it possible to make local yggdrasil instance "memorize" the paths of a service hosted on its network. #1061

Answered by neilalexander
przemyslaw0 asked this question in Q&A
Discussion options

You must be logged in to vote

It is not possible to pin the path to a destination node in the way you are suggesting, as that path could be invalidated at any time by the network topology changing between your node and the remote side.

The initial latency is down to Yggdrasil setting up the path and exchanging encryption keys with the remote side to create a session. That session will usually stay alive as long as traffic continues to be exchanged, but if the session is torn down from inactivity or connection interruption, Yggdrasil will have to tear down that session and establish a new one.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

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