zhuhaow / SpechtLite

A rule-based proxy for macOS
GNU General Public License v3.0
2.94k stars 376 forks source link

关于 Adapters SPEED 自动选择? #37

Closed Sooongz closed 7 years ago

Sooongz commented 7 years ago

Adapters SPEED 自动选择后 能否在 GUI 上体现所选 adapter?

zhuhaow commented 7 years ago

每一个请求的adapter可能都不一样

2016年12月26日 +0800 17:54 Bigpo notifications@github.com,写道:

Adapters SPEED 自动选择后 能否在 GUI 上体现所选 adapter?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub (https://github.com/zhuhaow/SpechtLite/issues/37), or mute the thread (https://github.com/notifications/unsubscribe-auth/ABOmLJoCTkjwaXeip_dq2E-hw2RR586eks5rL468gaJpZM4LVsTK).

Sooongz commented 7 years ago

每个请求都会去测试最优线路(理论上)? 还是一段时间测试选取最优线路?

zhuhaow commented 7 years ago

每个请求都测

2016年12月26日 +0800 18:40 Bigpo notifications@github.com,写道:

每个请求都会去测试最优线路(理论上)? 还是一段时间测试选取最优线路?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub (https://github.com/zhuhaow/SpechtLite/issues/37#issuecomment-269198547), or mute the thread (https://github.com/notifications/unsubscribe-auth/ABOmLLk8pgphCKxSv3qLSfjnZ3JRCcTfks5rL5mqgaJpZM4LVsTK).

Sooongz commented 7 years ago

这样 adapter 多的情况 是不是 每次都很慢? 加入了十几个 adapters 感觉每次一个新的请求 会花费很久

ChengLuffy commented 7 years ago

多线程并发测速,采用最先响应的,不是一个一个测速,也不是要等所有的测速都完成。