Skip to content

Commit ec58aef

Browse files
authoredOct 24, 2024··
[nxp][examples][k32w1_mcxw71] Disable DNS over TCP for OT config (#36190)
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
1 parent 71170fe commit ec58aef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎examples/platform/nxp/mcxw71_k32w1/app/project_include/openthread/OpenThreadConfig.h

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
#define OPENTHREAD_CONFIG_DHCP6_CLIENT_ENABLE 0
5454
#define OPENTHREAD_CONFIG_DHCP6_SERVER_ENABLE 0
5555
#define OPENTHREAD_CONFIG_TCP_ENABLE 0
56+
#define OPENTHREAD_CONFIG_DNS_CLIENT_OVER_TCP_ENABLE 0
5657

5758
#define OPENTHREAD_CONFIG_MLE_LINK_METRICS_INITIATOR_ENABLE 0
5859
#define OPENTHREAD_CONFIG_MLE_LINK_METRICS_SUBJECT_ENABLE 0

0 commit comments

Comments
 (0)
Please sign in to comment.