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:
52:fbc5a46b5e16
Parent:
49:1a6336f2b3f9
Child:
54:84ef2b29cf7e
diff -r 007bd938f2c3 -r fbc5a46b5e16 ip4/ip4addr.cpp
--- a/ip4/ip4addr.cpp	Fri Nov 03 18:14:06 2017 +0000
+++ b/ip4/ip4addr.cpp	Wed Nov 08 20:46:36 2017 +0000
@@ -52,7 +52,7 @@
         case MULTICAST_LLMNR:  *pDstIp = IP4_MULTICAST_LLMNR_ADDRESS; break;
         case BROADCAST:        *pDstIp = IP4_BROADCAST_ADDRESS;       break;
         default:
-            LogTimeF("Ip4AddressDestIpFromDest unknown destination %d\r\n", dest);
+            LogTimeF("Ip4AddressFromDest unknown destination %d\r\n", dest);
             break;
     }
 }