Dual-stack related bugfixes for ipv4/ipv6

This commit is contained in:
Joseph Henry
2017-06-05 17:13:06 -07:00
parent a94979ecd0
commit 3566df2024
3 changed files with 45 additions and 64 deletions

View File

@@ -184,6 +184,11 @@ namespace ZeroTier {
* SEE: ZT_HOUSEKEEPING_INTERVAL in ZeroTierSDK.h
*/
std::time_t last_housekeeping_ts;
/*
* Whether our picoTCP device has been initialized
*/
bool picodev_initialized = false;
/****************************************************************************/
/* Guarded RX Frame Buffer for picoTCP */