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:
47:73af5c0b0dc2
Parent:
37:793b39683406
Child:
49:1a6336f2b3f9
--- a/ip4/udptcp4.cpp	Tue Oct 24 07:01:35 2017 +0000
+++ b/ip4/udptcp4.cpp	Thu Oct 26 14:50:24 2017 +0000
@@ -32,7 +32,7 @@
 {    
     if (!action) return;
     
-    Ip4DestIpFromDest(ActionGetDestPart(action), pDstIp);
+    Ip4DstIpFromDest(ActionGetDestPart(action), pDstIp);
     
     *pSrcIp = DhcpLocalIp;