A stack which works with or without an Mbed os library. Provides IPv4 or IPv6 with a full 1500 byte buffer.

Dependents:   oldheating gps motorhome heating

Revision:
35:93c39d260a83
Parent:
33:714a0345e59b
Child:
36:900e24b27bfb
diff -r e3a7bff69bfc -r 93c39d260a83 udp/dns/dnsquery.cpp
--- a/udp/dns/dnsquery.cpp	Fri Sep 01 15:06:59 2017 +0000
+++ b/udp/dns/dnsquery.cpp	Fri Sep 22 13:55:56 2017 +0000
@@ -16,7 +16,7 @@
 
 #define MDNS_UNICAST false
 
-char     DnsQueryName[63];
+char     DnsQueryName[DNS_MAX_LABEL_LENGTH+1];
 uint32_t DnsQueryIp4 = 0;
 char     DnsQueryIp6[16];