Calculate moving average round trip time

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Done
    • Priority: Major - P3
    • 2.0.0
    • Affects Version/s: 2.0.0
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • 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.

            Assignee:
            Emily Stolfo (Inactive)
            Reporter:
            Emily Stolfo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: