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:
83:08c983006a6e
Parent:
61:aad055f1b0d1
Child:
128:79052cb4a41c
--- a/udp/dns/dns.h	Thu Nov 15 18:42:42 2018 +0000
+++ b/udp/dns/dns.h	Sat Nov 17 15:49:03 2018 +0000
@@ -1,6 +1,8 @@
 #include <stdint.h>
 #include <stdbool.h>
 
+extern bool DnsSendRequestsViaIp4;
+
 extern void DnsProtocolString  (uint8_t protocol,   int size, char* text);
 extern void DnsRecordTypeString(uint8_t recordtype, int size, char* text);
 extern void DnsProtocolLog     (uint8_t protocol);