mihomo/adapter
Aubrey Yang 828ba83ef3
Optimizations on the Round Robin strategies
Implemented optimizations on the Round Robin proxy selection strategies to enhance performance and stability under varying network conditions and proxy availabilities.

Dynamic Update Mechanism: Integrated an event-driven approach that triggers the proxy list update process when significant changes in proxy status are detected, rather than on every touch.

Memory and Performance: Optimized the management of the available proxies list to update in-place where possible.

Load Distribution: Improved the fairness in proxy usage by introducing a weighted round-robin mechanism that accounts for proxy response times and error rates, ensuring a more balanced load across the proxies.
2024-04-17 18:20:30 +09:00
..
inbound fix: IN-PORT not work in http inbound 2024-04-04 21:25:27 +08:00
outbound fix: dns outbound udp timeout 2024-04-09 14:26:14 +08:00
outboundgroup Optimizations on the Round Robin strategies 2024-04-17 18:20:30 +09:00
provider chore: Make SubScriptioninfo query also follow Proxy 2024-04-12 04:58:07 +08:00
adapter.go chore: store latency data more reasonably (#964) 2024-01-30 15:51:12 +08:00
parser.go feat: add ssh outbound (#1087) 2024-03-08 22:43:41 +08:00