From: Tomas Krizek Date: Mon, 2 Dec 2019 14:08:42 +0000 (+0100) Subject: doc/build: omit libuv note about reuseport X-Git-Tag: v5.0.0~8^2~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=335435fbce88fb3bc8d36c7846e293a06ee27cbe;p=thirdparty%2Fknot-resolver.git doc/build: omit libuv note about reuseport Scaling up with -f might be unsupported in the near future, rendering this comment irrelevant. --- diff --git a/doc/build.rst b/doc/build.rst index 33866f912..960813ce6 100644 --- a/doc/build.rst +++ b/doc/build.rst @@ -33,7 +33,7 @@ The following dependencies are needed to build and run Knot Resolver: "`pkg-config`_", "*build only* [#]_" "libknot_ 2.8+", "Knot DNS libraries" "LuaJIT_ 2.0+", "Embedded scripting language" - "libuv_ 1.7+", "Multiplatform I/O and services [#]_" + "libuv_ 1.7+", "Multiplatform I/O and services" "lmdb", "Memory-mapped database for cache" "GnuTLS", "TLS" @@ -67,9 +67,6 @@ Resolver: .. [#] You can use variables ``_CFLAGS`` and ``_LIBS`` to configure dependencies manually (i.e. ``libknot_CFLAGS`` and ``libknot_LIBS``). -.. [#] libuv 1.7 brings SO_REUSEPORT support that is needed for multiple forks. - libuv < 1.7 can be still used, but only in single-process mode. Use - :ref:`different method ` for load balancing. Packaged dependencies ~~~~~~~~~~~~~~~~~~~~~