Watfaq / clash-rs

custom protocol network proxy
https://watfaq.gitbook.io/clashrs-user-manual/
Apache License 2.0
809 stars 64 forks source link

[Features] Load-balance improvements #563

Open Noctiro opened 2 months ago

Noctiro commented 2 months ago
  1. Add new strategy "sticky-sessions" https://github.com/MetaCubeX/mihomo/blob/Alpha/adapter/outboundgroup/loadbalance.go#L189
  2. Control the proxy selection range in the configuration to allow only the top few proxies with the lowest latency and those with latency below a specified threshold, to avoid selecting proxies with high latency.