We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0dbba5 commit 78b8733Copy full SHA for 78b8733
include/zephyr/net/dns_resolve.h
@@ -44,7 +44,7 @@ enum dns_query_type {
44
45
/** Max size of the resolved name. */
46
#ifndef DNS_MAX_NAME_SIZE
47
-#define DNS_MAX_NAME_SIZE 20
+#define DNS_MAX_NAME_SIZE 32
48
#endif
49
50
/** @cond INTERNAL_HIDDEN */
subsys/net/lib/sockets/Kconfig
@@ -105,6 +105,7 @@ config NET_SOCKETS_SERVICE_THREAD_PRIO
105
config NET_SOCKETS_SERVICE_STACK_SIZE
106
int "Stack size for the thread handling socket services"
107
default 2400 if NET_DHCPV4_SERVER
108
+ default 1400 if DNS_RESOLVER
109
default 1400 if MDNS_RESPONDER
110
default 1200
111
depends on NET_SOCKETS_SERVICE
0 commit comments