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:
144:6bd5c54efc7d
Parent:
79:f50e02fb5c94
Child:
145:206bf0d073c7
--- a/tcp/tcpbuf.h	Thu May 09 07:47:12 2019 +0000
+++ b/tcp/tcpbuf.h	Sun May 12 17:17:49 2019 +0000
@@ -11,3 +11,8 @@
 
 extern void TcpBufStart    (uint32_t position, int mss, char *pData);
 extern int  TcpBufLength   (void);
+
+
+#define TCP_APP_NOT_STARTED 0
+#define TCP_APP_STARTED     1
+#define TCP_APP_FINISHED   -1
\ No newline at end of file