mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[#2645] Added max-send-queue-size
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user