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:
168:59d286f933a0
Parent:
164:84b20bcd0941
--- a/tcp/tcb.c	Thu Apr 02 19:08:25 2020 +0000
+++ b/tcp/tcb.c	Thu Apr 09 08:59:28 2020 +0000
@@ -6,7 +6,7 @@
 #include "http.h"
 #include "mstimer.h"
 
-#define TCB_COUNT 40
+#define TCB_COUNT 10
 
 struct tcb tcbs[TCB_COUNT];