diff --git a/crates/udp_protocol/README.md b/crates/udp_protocol/README.md index 1b49ec7..19f32c4 100644 --- a/crates/udp_protocol/README.md +++ b/crates/udp_protocol/README.md @@ -1,4 +1,5 @@ # aquatic_udp_protocol: UDP BitTorrent tracker protocol -[UDP BitTorrent](https://www.bittorrent.org/beps/bep_0015.html) tracker -message parsing and serialization. \ No newline at end of file +UDP BitTorrent tracker message parsing and serialization. + +Implements [BEP 015](https://www.bittorrent.org/beps/bep_0015.html) ([more details](https://libtorrent.org/udp_tracker_protocol.html)).