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:
13:9cd54f7db57a
Child:
32:679654f2d023
diff -r 3723f84e1c64 -r 9cd54f7db57a udp/dns/dns.txt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/udp/dns/dns.txt	Mon May 01 18:20:55 2017 +0000
@@ -0,0 +1,21 @@
+DNS
+client query O   unicast 53053 ->    53 QR=0
+client reply I   unicast 53053 <-    53 QR=1
+
+LLMNR
+client query O multicast 53053 ->  5355 QR=0
+client reply I   unicast 53053 <-  5355 QR=1
+server query I multicast  5355 <- xxxxx QR=0
+server reply O   unicast  5355 -> xxxxx QR=1
+
+MDNS
+client query O multicast  5353 ->  5353 QR=0
+client reply I multicast  5353 <-  5353 QR=1
+server query I multicast  5353 <-  5353 QR=0
+server reply O multicast  5353 ->  5353 QR=1
+
+ReceivedPacket(dnsProtocol, ...)
+
+ip6
+mdns
+dnsserverhandlequery
\ No newline at end of file