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:
137:cf6e7db0e985
Parent:
136:8a65abb0dc63
Child:
138:5ff0c7069300
--- a/ip6/udptcp6.c	Sat Apr 06 11:20:20 2019 +0000
+++ b/ip6/udptcp6.c	Sun Apr 07 11:05:16 2019 +0000
@@ -46,7 +46,7 @@
     
     switch (pro)
     {
-        case TCP: TcpHdrAddChecksumToPacket(pPacket, checksum); break;
+        case TCP: TcpHdrSetChecksum(pPacket, checksum); break;
         case UDP: UdpAddChecksum(pPacket, checksum); break;
     }