2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 04:57:52 +00:00

[#2645] Removed max send queue size

This commit is contained in:
Francis Dupont 2022-11-30 15:12:07 +01:00
parent 57e4d59b69
commit 0d62c42beb

View File

@ -407,13 +407,6 @@ with possible entries:
Maximum number of leases to return in a single fetch (default 100). 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 once TLS is supported. There should be common TLS parameters once TLS is supported.
For instance: For instance:
@ -438,8 +431,7 @@ For instance:
"max-requester-connections" : 10, "max-requester-connections" : 10,
"max-concurrent-queries": 4, "max-concurrent-queries": 4,
"max-requester-idle-time" : 300, "max-requester-idle-time" : 300,
"max-leases-per-fetch" : 100, "max-leases-per-fetch" : 100
"max-send-queue-size": 0
} }
} }
} }