Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[CLOSED] Move peer discovery logic into its own package #134
Comments
This comment has been minimized.
This comment has been minimized.
|
Peer discovery is in it's own package now: https://github.com/feross/bittorrent-discovery |
This comment has been minimized.
This comment has been minimized.
|
I'm actually happy with the peer discovery being in its own package. No need to put it into bittorrent-swarm for now. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sunday Aug 17, 2014 at 04:26 GMT
Originally opened as https://github.com/feross/bittorrent-client/issues/38
This module is really complicated right now.
In webtorrent-swarm, it worked really nicely to have that module do connection management and peer discovery. Let's do that here too.