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:
33:714a0345e59b
Parent:
32:679654f2d023
Child:
35:93c39d260a83
--- a/udp/dns/dnsquery.cpp	Thu Aug 17 14:21:02 2017 +0000
+++ b/udp/dns/dnsquery.cpp	Wed Aug 23 18:02:42 2017 +0000
@@ -74,9 +74,6 @@
 void DnsQueryIp6FromName(char * name, int protocol)
 {
     DnsMakeFullNameFromName(protocol, name, sizeof(DnsQueryName), DnsQueryName);
-    char text[60];
-    DnsProtocolToString(protocol, sizeof(text), text);
-    LogTimeF("DnsQueryIp6FromName %s, %s, %s\r\n", name, text, DnsQueryName);
     DnsQueryIp4        = 0;
     DnsQueryIp6[0]     = 0;
     DnsQueryIsBusy     = true;