From 40eff52f1c7d359a42f4be3bdf56e30ac019eb03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 25 Oct 2021 00:57:32 +0200 Subject: [PATCH] README: aquatic_udp glommio version requires Linux 5.8+, not 5.1+ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8089f9e..6249884 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Please refer to `documents/aquatic-udp-load-test-2021-08-19.pdf` for more detail [glommio]: https://github.com/DataDog/glommio There is an alternative implementation that utilizes [io_uring] by running on -[glommio]. It only runs on Linux and requires a recent kernel (version 5.1 or later). +[glommio]. It only runs on Linux and requires a recent kernel (version 5.8 or later). In some cases, it performs even better than the cross-platform implementation. To use it, pass the `with-glommio` feature when building, e.g.: