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

Route Randomization #495

Open
TheBlueMatt opened this issue Feb 12, 2020 · 4 comments
Open

Route Randomization #495

TheBlueMatt opened this issue Feb 12, 2020 · 4 comments

Comments

@TheBlueMatt
Copy link
Collaborator

We should do (or have an option to do) something much more private than simply "cheapest path" wrt route selection. We may want to take inspiration from c-lightning's "select random route out of a bunch of random-biased route selections" approach, or do something else. We should probably check with some academics as to the latest thinking on this one.

@ariard
Copy link

ariard commented Feb 12, 2020

@moneyball
Copy link
Contributor

moneyball commented Feb 12, 2020 via email

@tnull
Copy link
Contributor

tnull commented May 16, 2022

Is this sufficiently covered by #1359, or do we want even more randomization?

@TheBlueMatt
Copy link
Collaborator Author

I don't think so - we're still pretty aggressive in practice about using the best-score path, which is pretty bad. It'd be really nice to get more randomization in somehow, but I'm not sure what the best approach is to doing that, maybe when we have some free time (hah!) we can look at providing a second router that works more like CLN's.

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

No branches or pull requests

5 participants