summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2022-11-21 16:18:59 +0100
committerFrancis Dupont <fdupont@isc.org>2022-12-06 23:23:24 +0100
commite49a90bd98391f1849575c4bced33fb982fb8bad (patch)
tree554a42e5433fe32aaf2d59fe1214f9c0fc87075d
parent[#2645] Added BLQ doc (diff)
downloadkea-e49a90bd98391f1849575c4bced33fb982fb8bad.tar.xz
kea-e49a90bd98391f1849575c4bced33fb982fb8bad.zip
[#2645] Added max-send-queue-size
-rw-r--r--doc/sphinx/arm/hooks-lease-query.rst10
1 files changed, 9 insertions, 1 deletions
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
}
}
}