-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.0.0
-
Component/s: None
-
None
We have to use the moving average round trip time for server selection, with this formula:
alpha = 0.2
new_rtt = alpha * x + (1 - alpha) * old_rtt
Right now we are only using the last RTT.