nuttx-apps/netutils/mdns
Ricard Rosson be43888aa5 netutils/mdns: raise responder stack size default to 8KiB
CONFIG_NETUTILS_MDNS_STACKSIZE defaulted to DEFAULT_TASK_STACKSIZE,
which resolves to as little as 2KiB on some targets.  The bundled
mjansson responder uses a deeper stack than that (DNS record parsing
with name decompression, plus the send/receive buffers) and overflows
on startup, taking the board down with a hardfault before it answers a
single query.

Default to 8KiB, the value that reliably runs the responder, and
correct the help text, which previously claimed a 4KiB default that did
not match DEFAULT_TASK_STACKSIZE.

Assisted-by: Claude (Anthropic Claude Code)
Signed-off-by: Ricard Rosson <ricard@groundbits.com>
2026-07-31 15:19:31 +08:00
..
Kconfig netutils/mdns: raise responder stack size default to 8KiB 2026-07-31 15:19:31 +08:00
Make.defs apps/netutils: add mdns library support 2025-06-02 23:18:24 +08:00
Makefile apps/netutils: add mdns library support 2025-06-02 23:18:24 +08:00
mdnsd.c include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
verbose_option.patch apps/netutils: add mdns library support 2025-06-02 23:18:24 +08:00