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:
160:6a1d1d368f80
Parent:
142:a8c0890a58d1
Child:
172:9bc3c7b2cca1
--- a/ip4/ip4.c	Tue Sep 24 18:16:12 2019 +0000
+++ b/ip4/ip4.c	Sun Sep 29 18:51:58 2019 +0000
@@ -111,7 +111,7 @@
     bool doIt = isMe || isLocalBroadcast || isBroadcast || isMulticast;
     if (!doIt)
     {
-        if (Ip4Trace);
+        if (Ip4Trace)
         {
             LogTimeF("IP4 filtered out ip "); Ip4AddressLog(dstIp);
             Log(" from ");