From 239266ddab88a2a29fcb0e6aa33252427f1a560f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 29 Jan 2024 20:01:05 +0100 Subject: [PATCH] udp protocol: improve README --- crates/udp_protocol/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)).