Partial implementation of ZT_MULTIPATH_ACTIVE_BACKUP

This commit is contained in:
Joseph Henry 2019-08-20 16:19:20 -07:00
parent 963113b86d
commit b0a91c0187
3 changed files with 83 additions and 12 deletions

View file

@ -725,6 +725,8 @@ private:
std::map<int64_t, struct Flow *> _flows;
int16_t _roundRobinPathAssignmentIdx;
SharedPtr<Path> _activeBackupPath;
};
} // namespace ZeroTier