From: Francis Dupont Date: Mon, 21 Nov 2022 15:18:59 +0000 (+0100) Subject: [#2645] Added max-send-queue-size X-Git-Tag: Kea-2.3.4~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e49a90bd98391f1849575c4bced33fb982fb8bad;p=thirdparty%2Fkea.git [#2645] Added max-send-queue-size --- diff --git a/doc/sphinx/arm/hooks-lease-query.rst b/doc/sphinx/arm/hooks-lease-query.rst index 1088488795..10d76461de 100644 --- a/doc/sphinx/arm/hooks-lease-query.rst +++ b/doc/sphinx/arm/hooks-lease-query.rst @@ -410,6 +410,13 @@ with possible entries: Maximum number of leases to return in a single fetch (default 100). +- ``max-send-queue-size`` + + Maximum number of messages of the connection send queue before + queuing received queries (default 0 which means no limit). Beware + that a sent message does not mean that previous messages were received: + both kernel and network can buffer them. + There should be common TLS parameters when TLS will be supported. For instance: @@ -432,7 +439,8 @@ For instance: "max-requester-connections" : 10, "max-concurrent-queries": 4, "max-requester-idle-time" : 300, - "max-leases-per-fetch" : 100 + "max-leases-per-fetch" : 100, + "max-send-queue-size": 0 } } }