From 7867d5c8f3b0f18cf7f0bdb4216523df68e633a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Tue, 30 Jun 2020 00:04:57 +0200 Subject: [PATCH] Update README: brag more about performance --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 297f956..e5c14df 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ Blazingly fast, multi-threaded BitTorrent tracker written in Rust. Consists of separate executables: - * `aquatic_udp`: UDP BitTorrent tracker + * `aquatic_udp`: UDP BitTorrent tracker with double the thoughput of + opentracker * `aquatic_ws`: WebTorrent tracker (experimental) These are described in detail below, after the general information.