aquatic/crates/udp_protocol
2024-02-03 11:46:38 +01:00
..
src udp: consistently use NonZeroU16 for announce request port 2024-02-03 11:46:38 +01:00
Cargo.toml Add separate READMEs for bencher, peer_id and all protocol crates 2024-01-27 18:05:21 +01:00
README.md udp protocol: improve README 2024-01-29 20:01:05 +01:00

aquatic_udp_protocol: UDP BitTorrent tracker protocol

UDP BitTorrent tracker message parsing and serialization.

Implements BEP 015 (more details).