PhysarumSM / common

Common code
Apache License 2.0
0 stars 0 forks source link

SortPeers()'s current pinging strategy may not scale #5

Open t-lin opened 4 years ago

t-lin commented 4 years ago

SortPeers() currently sorts using results from on-the-spot sequential pinging of peers. This approach will not scale as the number of peers grow, and it only provides instantaneous RTT results (disregarding historical performance).

Possible solutions include:

t-lin commented 4 years ago

May have to wait for Multi-Tier-Cloud/service-manager#3