From b9ab650138eeceebab37bff5637c6f2bfd94ff23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Thu, 13 Aug 2020 01:52:01 +0200 Subject: [PATCH] README: don't say http and ws only support single request worker --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 699f76a..bd0017c 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,6 @@ peers. This design means little waiting for locks on internal state occurs, while network work can be efficiently distributed over multiple threads, making use of SO_REUSEPORT setting. -Currently, `aquatic_ws` and `aquatic_http` only support a single request -worker. Benchmarks of `aquatic_udp` indicate that this is sufficient. - ## Installation prerequisites - Install Rust with [rustup](https://rustup.rs/) (stable is recommended)