Fix timers, fix flow count discrepancy after flow removal, fix balance-aware flow re-assignment when one or more links go down
This commit is contained in:
parent
1dca7b92cf
commit
fa5c8ef434
3 changed files with 117 additions and 109 deletions
|
@ -79,7 +79,7 @@ public:
|
|||
* @param original
|
||||
* @param peer
|
||||
*/
|
||||
Bond(const RuntimeEnvironment *renv, const Bond &original, const SharedPtr<Peer>& peer);
|
||||
Bond(const RuntimeEnvironment *renv, SharedPtr<Bond> originalBond, const SharedPtr<Peer>& peer);
|
||||
|
||||
/**
|
||||
* @return The human-readable name of the bonding policy
|
||||
|
@ -293,8 +293,9 @@ public:
|
|||
* user-specified parameters.
|
||||
*
|
||||
* @param policy Bonding policy
|
||||
* @param templateBond
|
||||
*/
|
||||
void setReasonableDefaults(int policy);
|
||||
void setReasonableDefaults(int policy, SharedPtr<Bond> templateBond, bool useTemplate);
|
||||
|
||||
/**
|
||||
* Check and assign user-specified quality weights to this bond.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue