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

Avoid making DFS assumptions #33

Open
michielbdejong opened this issue Oct 15, 2024 · 0 comments
Open

Avoid making DFS assumptions #33

michielbdejong opened this issue Oct 15, 2024 · 0 comments

Comments

@michielbdejong
Copy link
Member

The current way of going straight from probe to scout assumes that all other nodes are doing depth-first-search, and so only O-loops and P-loops occur.
It would be better to bring the Trace messages from Saiga back in so that if a Jerboa lives in a network where some of the other nodes to breadth-first-search, it can still safely cooperate to find the loop, even if it's a kite loop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant