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:
133:a37eb35a03f1
Parent:
132:db2174b36a6d
Child:
171:f708d6776752
--- a/udp/dns/dnsquery.c	Wed Mar 20 10:55:30 2019 +0000
+++ b/udp/dns/dnsquery.c	Wed Mar 20 11:20:44 2019 +0000
@@ -34,7 +34,7 @@
 {
     if (!DnsQueryIsBusy) return;
     
-    if (MsTimerInterval(startedMs, TIME_OUT_SENT_MS))
+    if (MsTimerRelative(startedMs, TIME_OUT_SENT_MS))
     {
         LogTimeF("DNS reaped ongoing request for ");
         if (DnsQueryName[0]) LogF("name %s", DnsQueryName);