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:
116:60521b29e4c9
--- a/udp/dns/dns.c	Thu Nov 15 18:42:42 2018 +0000
+++ b/udp/dns/dns.c	Sat Nov 17 15:49:03 2018 +0000
@@ -11,6 +11,9 @@
 #include "log.h"
 #include "dhcp.h"
 
+
+bool DnsSendRequestsViaIp4 = false;
+
 void DnsProtocolString(uint8_t protocol, int size, char* text)
 {
     switch (protocol)