You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the servers may be suffered from QoS for UDP traffics. In that case, the ping balancer won't be able to know that and lower the rank of those servers.
Solution
Add weight for each servers.
All servers have weight properties for TCP and UDP, and it is in range [0, 1] with a default value 1
Servers' weight would be added into the equation for calculating servers' scores
Background
Some of the servers may be suffered from QoS for UDP traffics. In that case, the ping balancer won't be able to know that and lower the rank of those servers.
Solution
Add
weight
for each servers.weight
properties for TCP and UDP, and it is in range[0, 1]
with a default value1
Request is from @database64128
The text was updated successfully, but these errors were encountered: