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.h	Fri Oct 06 10:18:01 2017 +0000
+++ b/net.h	Sun Oct 15 17:54:09 2017 +0000
@@ -1,6 +1,7 @@
 #pragma once
 #include "mbed.h"
 
+extern bool NetPreferIp4Polled;
 
 extern bool NetTraceBack;
 extern bool NetTraceForward;