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:
83:08c983006a6e
Parent:
61:aad055f1b0d1
Child:
97:d91f7db00235
--- a/net.h	Thu Nov 15 18:42:42 2018 +0000
+++ b/net.h	Sat Nov 17 15:49:03 2018 +0000
@@ -1,8 +1,6 @@
 #include <stdint.h>
 #include <stdbool.h>
 
-extern bool NetPreferIp4Polled;
-
 extern bool NetTraceStack;
 extern bool NetTraceNewLine;
 extern bool NetTraceVerbose;