Expand description
Basic types for building asynchronous Tokio-based BitTorrent clients.
Modulesยง
- data
- Utilities for managing data.
- input
- Processing of the initial input.
- pe
- Protocol Encryption implementation.
- pwp
- Fundamentals for the peer wire protocol. Example usage can be found here.
- trackers
- Implementation of the tracker protocol. Example usage can be found here.
- utp
- Micro Transport Protocol (uTP) stack.