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:
43:bc028d5a6424
Parent:
37:793b39683406
Child:
44:83ce5ace337b
--- a/udp/dhcp.h	Sun Oct 15 17:54:09 2017 +0000
+++ b/udp/dhcp.h	Thu Oct 19 20:56:58 2017 +0000
@@ -17,7 +17,7 @@
 
 extern int      DhcpHandleResponse(void (*traceback)(void), int* pSize, void* pPacket);
 extern int      DhcpPollForRequestToSend(void* pPacket, int* pSize);
-extern void     DhcpTick();
+extern void     DhcpMain();
 
 #define DHCP_SERVER_PORT 67
 #define DHCP_CLIENT_PORT 68
\ No newline at end of file