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:
113:904b40231907
Parent:
112:f8694d0b8858
Child:
121:bc048b65a630
--- a/udp/udp.c	Mon Jan 21 16:58:28 2019 +0000
+++ b/udp/udp.c	Tue Jan 22 15:41:12 2019 +0000
@@ -134,7 +134,7 @@
             }
         }
     }
-    if (!action && type == (NtpClientSendRequestsViaIp4 ? IPV4 : IPV6)) //NTP is agnostic
+    if (!action && type == (NtpClientQuerySendRequestsViaIp4 ? IPV4 : IPV6)) //NTP is agnostic
     {
         action = NtpPollForPacketToSend(type, pData, pDataLength);
         if (action)