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:
171:f708d6776752
Parent:
170:96c637dc3f52
Child:
172:9bc3c7b2cca1
--- a/udp/dns/dns.c	Wed Dec 09 18:11:05 2020 +0000
+++ b/udp/dns/dns.c	Sat Dec 12 20:10:02 2020 +0000
@@ -94,7 +94,7 @@
     return action;
 }
 
-int DnsPollForPacketToSend(void* pPacketTx, int* pSize)
+int DnsPollForPacketToSend(int ipType, void* pPacketTx, int* pSize)
 {
-    return DnsQueryPoll(pPacketTx, pSize);
+    return DnsQueryPoll(ipType, pPacketTx, pSize);
 }
\ No newline at end of file