cache getifaddrs - windows

This commit is contained in:
travis laduke 2023-05-17 07:18:42 -07:00 committed by Travis LaDuke
parent 60d2138f30
commit e11d70e408
2 changed files with 15 additions and 1 deletions

View file

@ -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