lwip: enable mdns dns queries.
This commit is contained in:
parent
db6b669929
commit
4c1dc2d60b
1 changed files with 6 additions and 0 deletions
|
|
@ -297,6 +297,12 @@
|
|||
#define DNS_MAX_NAME_LENGTH 128
|
||||
#endif
|
||||
|
||||
/** Set this to 1 to enable querying ".local" names via mDNS
|
||||
* using a One-Shot Multicast DNS Query */
|
||||
#ifndef LWIP_DNS_SUPPORT_MDNS_QUERIES
|
||||
#define LWIP_DNS_SUPPORT_MDNS_QUERIES 1
|
||||
#endif
|
||||
|
||||
/*
|
||||
---------------------------------
|
||||
---------- UDP options ----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue