cache getifaddrs - windows
This commit is contained in:
parent
60d2138f30
commit
e11d70e408
2 changed files with 15 additions and 1 deletions
|
@ -152,6 +152,9 @@ private:
|
|||
volatile bool _run;
|
||||
volatile bool _initialized;
|
||||
volatile bool _enabled;
|
||||
|
||||
mutable std::vector<InetAddress> _ifaddrs;
|
||||
mutable uint64_t _lastIfAddrsUpdate;
|
||||
};
|
||||
|
||||
} // namespace ZeroTier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue