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:
51:007bd938f2c3
Parent:
50:492f2d2954e4
Child:
54:84ef2b29cf7e
--- a/eth/ar4.cpp	Fri Nov 03 16:19:15 2017 +0000
+++ b/eth/ar4.cpp	Fri Nov 03 18:14:06 2017 +0000
@@ -147,7 +147,7 @@
 {
     for (int i = 0; i < RECORDS_COUNT; i++)
     {
-        if (records[i].ip)
+        if (records[i].state)
         {
             HttpReplyAddF("%4u ", (elapsed - records[i].elapsed) / 60);