mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-19 21:03:57 -07:00
Minor cleanup. More efficient push() operation for RingBuffer
This commit is contained in:
parent
0faa655b83
commit
f8005b88ad
3 changed files with 9 additions and 11 deletions
|
@ -678,8 +678,8 @@ private:
|
|||
bool _linkIsRedundant;
|
||||
bool _remotePeerMultipathEnabled;
|
||||
|
||||
uint64_t _lastAggregateStatsReport;
|
||||
uint64_t _lastAggregateAllocation;
|
||||
int64_t _lastAggregateStatsReport;
|
||||
int64_t _lastAggregateAllocation;
|
||||
|
||||
char _interfaceListStr[256]; // 16 characters * 16 paths in a link
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue