]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc/build: omit libuv note about reuseport
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 2 Dec 2019 14:08:42 +0000 (15:08 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 15 Jan 2020 09:38:14 +0000 (10:38 +0100)
Scaling up with -f might be unsupported in the near future, rendering
this comment irrelevant.

doc/build.rst

index 33866f912954285ff8ae21bd0696689d66a34d65..960813ce6f7e557ec2ebc8f8451847fa845dab1d 100644 (file)
@@ -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 ``<dependency>_CFLAGS`` and ``<dependency>_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 <daemon-reuseport>` for load balancing.
 
 Packaged dependencies
 ~~~~~~~~~~~~~~~~~~~~~