README updates, misc filename changes, debug trace fixes, introduction of libzt moniker

This commit is contained in:
Joseph Henry
2017-06-14 16:53:59 -07:00
parent 06682e049e
commit d3351dd2ce
16 changed files with 83 additions and 128 deletions

View File

@@ -43,7 +43,7 @@
#include "Thread.hpp"
#include "Phy.hpp"
#include "ZeroTierSDK.h"
#include "libzt.h"
#include "picoTCP.hpp"
#include "Connection.hpp"
@@ -181,7 +181,7 @@ namespace ZeroTier {
/*
* Timestamp of last run of housekeeping
* SEE: ZT_HOUSEKEEPING_INTERVAL in ZeroTierSDK.h
* SEE: ZT_HOUSEKEEPING_INTERVAL in libzt.h
*/
std::time_t last_housekeeping_ts;