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:
112:f8694d0b8858
Parent:
98:b977424ec7f7
Child:
116:60521b29e4c9
--- a/ip4/ip4.c	Sun Jan 20 20:31:41 2019 +0000
+++ b/ip4/ip4.c	Mon Jan 21 16:58:28 2019 +0000
@@ -250,6 +250,7 @@
         case MULTICAST_ROUTER:
         case MULTICAST_MDNS:
         case MULTICAST_LLMNR:
+        case MULTICAST_NTP:
         case BROADCAST:
             ttl = 255;
             break;