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:
187:122fc1996c86
Parent:
172:9bc3c7b2cca1
--- a/ip4/udptcp4.c	Sat Jan 16 18:34:32 2021 +0000
+++ b/ip4/udptcp4.c	Mon Jan 18 18:23:46 2021 +0000
@@ -31,7 +31,7 @@
 {    
     if (!action) return;
     
-    Ip4AddressFromDest(ActionGetDestPart(action), pDstIp);
+    Ip4AddrFromDest(ActionGetDestPart(action), pDstIp);
     *pSrcIp = DhcpLocalIp;
     
     switch (pro)