Behavioral changes to multipath balance modes (See: #1745 and #1753)

This commit is contained in:
Joseph Henry 2022-10-09 23:07:16 -07:00
parent 5a6c229b27
commit e1f60e3f83
No known key found for this signature in database
GPG key ID: C45B33FF5EBC9344
10 changed files with 480 additions and 489 deletions

View file

@ -1328,9 +1328,9 @@ typedef struct
uint8_t scope;
/**
* Percentage of traffic allocated to this path (0-255)
* Relative quality value
*/
uint8_t allocation;
float relativeQuality;
/**
* Name of physical interface this path resides on
@ -1355,7 +1355,7 @@ typedef struct
uint8_t eligible;
/**
* The speed of this link (as given to bonding layer)
* The capacity of this link (as given to bonding layer)
*/
uint32_t linkSpeed;