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

Implement connection manager #1910

Open
10 tasks
tzarebczan opened this issue Feb 13, 2019 · 1 comment
Open
10 tasks

Implement connection manager #1910

tzarebczan opened this issue Feb 13, 2019 · 1 comment
Labels
area: DHT area: network type: new feature New functionality that does not exist yet

Comments

@tzarebczan
Copy link
Contributor

tzarebczan commented Feb 13, 2019

The Issue

Per a discussion on call this week, we don't have anything currently handling/optimizing for multiple downloads at the same time. The connection manager would support concurrency and efficiency when finding peers.

Handle scenario where a poor connection has to download the same blob from multiple peers, effectively reducing their bandwidth at a single peer which means a successful download is less likely.

System Configuration

  • LBRY Daemon version:
  • LBRY App version:
  • LBRY Installation ID:
  • Operating system:

Anything Else

Screenshots

Internal Use

Acceptance Criteria

Definition of Done

  • Tested against acceptance criteria
  • Tested against the assumptions of user story
  • The project builds without errors
  • Unit tests are written and passing
  • Tests on devices/browsers listed in the issue have passed
  • QA performed & issues resolved
  • Refactoring completed
  • Any configuration or build changes documented
  • Documentation updated
  • Peer Code Review performed
@tzarebczan tzarebczan added area: network type: new feature New functionality that does not exist yet area: DHT labels Feb 13, 2019
@shyba
Copy link
Member

shyba commented Feb 13, 2019

nice to have: separate connection opening from blob requests
why: so peers will take the time it needs to establish a connection before being available to download, thus improving the speed score and peer picking since the time to open the connection wont favor ongoing slower peers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: DHT area: network type: new feature New functionality that does not exist yet
Projects
None yet
Development

No branches or pull requests

2 participants