Partial implementation of ZT_MULTIPATH_ACTIVE_BACKUP
This commit is contained in:
parent
963113b86d
commit
b0a91c0187
3 changed files with 83 additions and 12 deletions
|
@ -725,6 +725,8 @@ private:
|
|||
std::map<int64_t, struct Flow *> _flows;
|
||||
|
||||
int16_t _roundRobinPathAssignmentIdx;
|
||||
|
||||
SharedPtr<Path> _activeBackupPath;
|
||||
};
|
||||
|
||||
} // namespace ZeroTier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue