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:
43:bc028d5a6424
Parent:
41:db727df5f98b
Child:
47:73af5c0b0dc2
--- a/udp/dns/dns.cpp	Sun Oct 15 17:54:09 2017 +0000
+++ b/udp/dns/dns.cpp	Thu Oct 19 20:56:58 2017 +0000
@@ -135,9 +135,9 @@
     return i;
 }
 
-void DnsTick()
+void DnsMain()
 {
-    DnsQueryTick();
+    DnsQueryMain();
 }
 
 int DnsHandlePacketReceived(void (*traceback)(void), int dnsProtocol, int* pSize, void* pPacket)