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 upImplement PEX extension #65
Closed
Comments
This was referenced May 29, 2014
This comment has been minimized.
This comment has been minimized.
|
Implemented as ut_pex module. Minor PR to integrate this extension into |
This comment has been minimized.
This comment has been minimized.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Implement peer exchange protocol for more efficient peer discovery and facilitating healthier swarms.
There is sadly no standardized PEX protocol, but rather 3 competing implementations, This paper, specifically section 2.1.4.3, gives a solid overview of the competing protocols and notes that ut_pex is by far the most popular. It's also the one I've seen supported empirically the most, so let's disregard AZ_PEX and BitComet's PEX for webtorrent.
Resources: