feat(mdns): Allow setting length of mDNS action queue in menuconfig

This commit is contained in:
Xu Si Yu
2023-07-14 17:50:34 +08:00
parent ecc465daa3
commit 28cd898eca
3 changed files with 10 additions and 2 deletions

View File

@ -27,6 +27,13 @@ menu "mDNS"
higher than priorities of system tasks. Compile time warning/error
would be emitted if the chosen task priority were too high.
config MDNS_ACTION_QUEUE_LEN
int "Maximum actions pending to the server"
range 8 64
default 16
help
Allows setting the length of mDNS action queue.
config MDNS_TASK_STACK_SIZE
int "mDNS task stack size"
default 4096