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:
30:e34173b7585c
Parent:
15:6ca6778168b1
Child:
32:679654f2d023
--- a/udp/dns/dns.h	Mon Aug 07 12:13:52 2017 +0000
+++ b/udp/dns/dns.h	Thu Aug 10 17:45:37 2017 +0000
@@ -19,6 +19,7 @@
 #define DNS_PROTOCOL_MDNS   2
 #define DNS_PROTOCOL_LLMNR  3
 
+#define DNS_RECORD_NONE  0
 #define DNS_RECORD_A     1
 #define DNS_RECORD_PTR  12
 #define DNS_RECORD_AAAA 28