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:
44:83ce5ace337b
Parent:
37:793b39683406
Child:
59:e0e556c8bd46
--- a/ip6/udptcp6.h	Thu Oct 19 20:56:58 2017 +0000
+++ b/ip6/udptcp6.h	Sun Oct 22 17:19:17 2017 +0000
@@ -1,4 +1,4 @@
-extern int  Udp6HandleReceivedPacket(void (*traceback)(void), char* srcIp, char* dstIp, int* pSize, void* pPacket);
+extern int  Udp6HandleReceivedPacket(void (*traceback)(void), int scope, char* srcIp, char* dstIp, int* pSize, void* pPacket);
 extern int  Udp6PollForPacketToSend (void* pPacket, int* pSize, char* pSrcIp, char* pDstIp);
 
-extern int  Tcp6HandleReceivedPacket(void (*traceback)(void), char* srcIp, char* dstIp, int* pSize, void* pPacket);
+extern int  Tcp6HandleReceivedPacket(void (*traceback)(void), int scope, char* srcIp, char* dstIp, int* pSize, void* pPacket);