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:
128:79052cb4a41c
Parent:
121:bc048b65a630
Child:
136:8a65abb0dc63
--- a/udp/dns/dnshdr.c	Fri Mar 08 18:43:56 2019 +0000
+++ b/udp/dns/dnshdr.c	Mon Mar 11 16:42:45 2019 +0000
@@ -1,15 +1,16 @@
 #include <stdint.h>
 #include <stdbool.h>
 
-#include     "dns.h"
-#include     "net.h"
-#include     "log.h"
-#include     "net.h"
-#include     "eth.h"
-#include "ip4addr.h"
-#include "ip6addr.h"
-#include     "udp.h"
-#include "dnsname.h"
+#include      "dns.h"
+#include      "net.h"
+#include      "log.h"
+#include      "net.h"
+#include      "eth.h"
+#include  "ip4addr.h"
+#include  "ip6addr.h"
+#include      "udp.h"
+#include  "dnsname.h"
+#include "dnslabel.h"
 
 #define HEADER_LENGTH 12