Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Use buckets for peers. #392

Open
kushti opened this issue Dec 8, 2020 · 0 comments
Open

Use buckets for peers. #392

kushti opened this issue Dec 8, 2020 · 0 comments
Assignees
Milestone

Comments

@kushti
Copy link
Contributor

kushti commented Dec 8, 2020

Currently we're choosing peer to connect at random, which is likely vulnerable to eclipsing. Bitcoin is trying to get connections randomly across IP address space, there were some vulnerabilities found there as well back in 2015: https://www.usenix.org/system/files/conference/usenixsecurity15/sec15-paper-heilman.pdf .

So the goal is about implementing buckets-based strategy with fixes proposed and made in Bitcoin.

@kushti kushti added this to the 2.0.1 milestone Dec 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants