Skip to content
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

Attach error nodes to network tree #60

Open
Aptimex opened this issue Aug 26, 2024 · 0 comments
Open

Attach error nodes to network tree #60

Aptimex opened this issue Aug 26, 2024 · 0 comments
Labels
planned feature Likely to get implemented in the future

Comments

@Aptimex
Copy link
Collaborator

Aptimex commented Aug 26, 2024

Currently nodes with errors are displayed in their own separate box in the status command. However, in some cases (probably just leaf servers) we might be able to pull together enough information to attach them to the correct spot in the network tree.

Excerpt from the discussion here: #57 (comment)

...could we use the Endpoint field of a failed node (which is known from the start, by client config alone) to walk the tree through the responsive nodes based on routes?

Basically walk the routing algorithm. Follow the Endpoint address through the relay nodes' AllowedIPs.

I think there's still a problem in that once you get to the first failed node, we lose the structure of all nodes behind it, but that's not too terrible of a downside.

@Aptimex Aptimex added the planned feature Likely to get implemented in the future label Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
planned feature Likely to get implemented in the future
Projects
None yet
Development

No branches or pull requests

2 participants
@Aptimex and others