diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2023-08-26 09:50:49 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2023-08-26 09:51:06 +0200 |
commit | 6cd21e665941d15324c99bf7afa648484e866160 (patch) | |
tree | f73f3d9d2228d966b2a77aba950c80b0590ee361 | |
parent | Merge branch 'p/nix-sync' into 'master' (diff) | |
download | knot-6cd21e665941d15324c99bf7afa648484e866160.tar.xz knot-6cd21e665941d15324c99bf7afa648484e866160.zip |
doc: add note to quic-outbuf-max-size reference
-rw-r--r-- | doc/man/knot.conf.5in | 2 | ||||
-rw-r--r-- | doc/reference.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/knot.conf.5in b/doc/man/knot.conf.5in index fa2b9fab6..c1c5d4020 100644 --- a/doc/man/knot.conf.5in +++ b/doc/man/knot.conf.5in @@ -396,7 +396,7 @@ Change of this parameter requires restart of the Knot server to take effect. .SS quic\-outbuf\-max\-size .sp Maximum cumulative size of memory used for buffers of unACKed -sent messages. +sent messages. This limit is per one UDP worker. .sp \fBNOTE:\fP .INDENT 0.0 diff --git a/doc/reference.rst b/doc/reference.rst index 27068b47d..325e383b4 100644 --- a/doc/reference.rst +++ b/doc/reference.rst @@ -402,7 +402,7 @@ quic-outbuf-max-size -------------------- Maximum cumulative size of memory used for buffers of unACKed -sent messages. +sent messages. This limit is per one UDP worker. .. NOTE:: Set low if little memory is available (together with :ref:`server_quic-max-clients` |