acassis commented on code in PR #15069:
URL: https://github.com/apache/nuttx/pull/15069#discussion_r1873429050
##########
libs/libc/netdb/Kconfig:
##########
@@ -237,6 +237,11 @@ config NETDB_DNSSERVER_IPv4ADDR
Default DNS server IPv4 address in host byte order. Default
value
10.0.0.1. This may be changed via dns_add_nameserver().
+config NETDB_DNS_STREAM
+ bool "DNS supports TCP transmission"
+ depends on LIBC_NETDB
+ default n
Review Comment:
Please include a --help-- to explain exactly what is this feature, when it
should be used, etc
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]