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:
83:08c983006a6e
Parent:
66:18a10c0b6d93
Child:
93:580fc113d9e9
diff -r 20781198d26d -r 08c983006a6e udp/dhcp.c
--- a/udp/dhcp.c	Thu Nov 15 18:42:42 2018 +0000
+++ b/udp/dhcp.c	Sat Nov 17 15:49:03 2018 +0000
@@ -2,14 +2,14 @@
 #include <stdbool.h>
 #include <string.h>
 
-#include    "log.h"
-#include  "clock.h"
-#include    "net.h"
-#include "action.h"
-#include    "eth.h"
+#include     "log.h"
+#include   "clock.h"
+#include     "net.h"
+#include  "action.h"
+#include     "eth.h"
 #include "ip4addr.h"
-#include    "mac.h"
-#include    "udp.h"
+#include     "mac.h"
+#include     "udp.h"
 
 bool DhcpTrace = false;