aquatic/crates/udp_protocol
2024-05-03 22:29:15 +02:00
..
src udp protocol: test that parsing slices of various lengths doesn't panic 2024-05-03 22:29:15 +02: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).