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:
138:5ff0c7069300
Parent:
137:cf6e7db0e985
Child:
172:9bc3c7b2cca1
--- a/ip6/udptcp6.c	Sun Apr 07 11:05:16 2019 +0000
+++ b/ip6/udptcp6.c	Sun Apr 07 18:36:42 2019 +0000
@@ -47,7 +47,7 @@
     switch (pro)
     {
         case TCP: TcpHdrSetChecksum(pPacket, checksum); break;
-        case UDP: UdpAddChecksum(pPacket, checksum); break;
+        case UDP: UdpHdrSetChecksum(pPacket, checksum); break;
     }
     
     if (ActionGetTracePart(action))