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:
61:aad055f1b0d1
Parent:
59:e0e556c8bd46
Child:
171:f708d6776752
--- a/udp/dns/dnsquery.h	Sat Dec 16 14:39:50 2017 +0000
+++ b/udp/dns/dnsquery.h	Thu Jan 11 17:38:21 2018 +0000
@@ -1,10 +1,13 @@
+#include <stdint.h>
+#include <stdbool.h>
+
 extern bool DnsQueryTrace;
 
 extern uint32_t DnsQueryIp4;
 extern char     DnsQueryIp6[];
 extern char     DnsQueryName[];
 
-extern void     DnsQueryMain();
+extern void     DnsQueryMain(void);
 
 extern bool     DnsQueryIsBusy;