mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
README: aquatic_udp glommio version requires Linux 5.8+, not 5.1+
This commit is contained in:
parent
d948843191
commit
40eff52f1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
[glommio]: https://github.com/DataDog/glommio
|
||||||
|
|
||||||
There is an alternative implementation that utilizes [io_uring] by running on
|
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.
|
In some cases, it performs even better than the cross-platform implementation.
|
||||||
|
|
||||||
To use it, pass the `with-glommio` feature when building, e.g.:
|
To use it, pass the `with-glommio` feature when building, e.g.:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue