restful_server sample
MDNS_SERVICE_STACK_DEPTH
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
restful_server sample
MDNS_SERVICE_STACK_DEPTH
MDNS_SERVICE_STACK_DEPTH macro
Syntax
Show:
Summary
Declaration
from
mdns_private.h:93
#define
MDNS_SERVICE_STACK_DEPTH
CONFIG_MDNS_TASK_STACK_SIZE
Examples
References
from
examples
Code
Location
#define
MDNS_SERVICE_STACK_DEPTH
CONFIG_MDNS_TASK_STACK_SIZE
mdns_private.h:93
_mdns_stack_buffer
=
mdns_mem_task_malloc
(
MDNS_SERVICE_STACK_DEPTH
)
;
mdns.c:5472
_mdns_service_task_handle
=
xTaskCreateStaticPinnedToCore
(
_mdns_service_task
,
"mdns"
,
MDNS_SERVICE_STACK_DEPTH
,
NULL
,
MDNS_TASK_PRIORITY
,
_mdns_stack_buffer
,
&
mdns_task_buffer
,
MDNS_TASK_AFFINITY
)
;
mdns.c:5475
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out