diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-22 14:52:23 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-22 14:52:23 -0700 |
| commit | 9774f789f21c05267ef35cc35684b0a7ce2efb2a (patch) | |
| tree | 8ca8c0c0ac9910f7d40845ddf419120ea56fbb48 /node/Node.hpp | |
| parent | cdec05af24f129ed12cf2b43eaa876521c358a0b (diff) | |
| download | infinitytier-9774f789f21c05267ef35cc35684b0a7ce2efb2a.tar.gz infinitytier-9774f789f21c05267ef35cc35684b0a7ce2efb2a.zip | |
TCP fallback tunneling is now working. That hurt more than expected.
Diffstat (limited to 'node/Node.hpp')
| -rw-r--r-- | node/Node.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/node/Node.hpp b/node/Node.hpp index f8678115..1d9372e4 100644 --- a/node/Node.hpp +++ b/node/Node.hpp @@ -229,7 +229,6 @@ private: Mutex _backgroundTasksLock; uint64_t _now; - uint64_t _startTimeAfterInactivity; uint64_t _lastPingCheck; uint64_t _lastHousekeepingRun; uint64_t _lastBeacon; |
