lwip: enable mdns dns queries.

This commit is contained in:
Our Air Quality 2017-12-11 21:24:23 +11:00
parent db6b669929
commit 4c1dc2d60b

View file

@ -297,6 +297,12 @@
#define DNS_MAX_NAME_LENGTH 128 #define DNS_MAX_NAME_LENGTH 128
#endif #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 ---------- ---------- UDP options ----------