- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 106
Closed
Labels
A-networkingArea: Networking, ring protocol, peer discoveryArea: Networking, ring protocol, peer discoveryT-featureType: New functionality requestType: New functionality request
Description
- Greedy routing will always pick the closest peer to the desired location.
- But optimal strategy is to pick the peer that will complete the request fastest
- Use isotonic regression to estimate response time from a peer based on its ring distance from the target location of the request
- For each peer, track the average delta between iso estimated response time and actual response time
- Intelligent routing, for a given request, uses the iso to estimate response time for each peer then adjust by average delta
- Pick the peer with the lowest estimated response time
Metadata
Metadata
Assignees
Labels
A-networkingArea: Networking, ring protocol, peer discoveryArea: Networking, ring protocol, peer discoveryT-featureType: New functionality requestType: New functionality request