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:
74:c3756bfa960e
Child:
136:8a65abb0dc63
--- a/ip6/ip6.c	Sun Jan 20 20:31:41 2019 +0000
+++ b/ip6/ip6.c	Mon Jan 21 16:58:28 2019 +0000
@@ -226,6 +226,7 @@
         case MULTICAST_ROUTER:
         case MULTICAST_MDNS:
         case MULTICAST_LLMNR:
+        case MULTICAST_NTP:
         case SOLICITED_NODE:
             hoplimit = 255;
             break;