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:
42:222a4f45f916
Parent:
37:793b39683406
Child:
43:bc028d5a6424
--- a/net.cpp	Fri Oct 06 10:18:01 2017 +0000
+++ b/net.cpp	Sun Oct 15 17:54:09 2017 +0000
@@ -16,6 +16,8 @@
 bool NetTraceBack = false;
 bool NetTraceForward = false;
 
+bool NetPreferIp4Polled = false;
+
 char* NetName;
 
 int16_t NetToHost16(int16_t n)