Work in progress on Cluster for new root infrastructure, multi-homing.
This commit is contained in:
parent
c312ae221f
commit
619e113748
10 changed files with 794 additions and 16 deletions
|
@ -560,7 +560,8 @@ private:
|
|||
void _sortPaths(const uint64_t now);
|
||||
RemotePath *_getBestPath(const uint64_t now);
|
||||
|
||||
unsigned char _key[ZT_PEER_SECRET_KEY_LENGTH];
|
||||
unsigned char _key[ZT_PEER_SECRET_KEY_LENGTH]; // computed with key agreement, not serialized
|
||||
|
||||
uint64_t _lastUsed;
|
||||
uint64_t _lastReceive; // direct or indirect
|
||||
uint64_t _lastUnicastFrame;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue