From 436094ca599dde7f8f47b3eefb1c786d389d3c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Thu, 19 Aug 2021 23:19:57 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d41052c..b6f1100 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Blazingly fast, multi-threaded BitTorrent tracker written in Rust. Consists of three sub-implementations for different protocols: - * `aquatic_udp`: BitTorrent over UDP. Implementation achieves double the throughput - of opentracker (see benchmarks below) + * `aquatic_udp`: BitTorrent over UDP. Implementation achieves 45% higher throughput + than opentracker (see benchmarks below) * `aquatic_http`: BitTorrent over HTTP/TLS (slightly experimental) * `aquatic_ws`: WebTorrent (experimental)