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:
149:39d1ba392f4b
Parent:
142:a8c0890a58d1
Child:
158:3adf725c0804
diff -r 5489d36986e5 -r 39d1ba392f4b net.c
--- a/net.c	Mon May 27 10:12:33 2019 +0000
+++ b/net.c	Wed Jun 19 15:36:18 2019 +0000
@@ -3,7 +3,7 @@
 
 #include  "link.h"
 #include   "net.h"
-#include   "tcb.h"
+#include   "tcp.h"
 #include  "dhcp.h"
 #include   "ar4.h"
 #include   "ar6.h"
@@ -161,7 +161,7 @@
     NetName4 = name4;
     NetName6 = name6;
         LinkInit();
-         TcbInit();
+         TcpInit();
          Ar4Init();
          Ar6Init();
          Nr4Init();