Apply patch #8755: Multicast DNS responder support from Erik Ekman

This commit is contained in:
Erik Ekman
2016-08-14 15:02:15 +02:00
committed by Dirk Ziegelmeier
parent 4af297fc20
commit 4919932c49
13 changed files with 3197 additions and 2 deletions

View File

@@ -51,6 +51,10 @@
#define TCP_RCV_SCALE 0
#define PBUF_POOL_SIZE 400 /* pbuf tests need ~200KByte */
/* Enable IGMP and MDNS for MDNS tests */
#define LWIP_IGMP 1
#define LWIP_MDNS 1
/* Minimal changes to opt.h required for etharp unit tests: */
#define ETHARP_SUPPORT_STATIC_ENTRIES 1