路由和PAC模式性能
#2233
Replies: 3 comments 2 replies
-
PAC 的工作逻辑是:
路由模式确实比 PAC 模式要浪费一些资源。PAC 模式那些直连的网站,在路由模式里也要耗费额外的资源进行代理。 |
Beta Was this translation helpful? Give feedback.
2 replies
-
pac是系统代理,性能是最好的,99%的软件产生的http流量都会支持pac,除非软件代码中没有使用http或者强制设置了不允许代理,例如Steam登录 |
Beta Was this translation helpful? Give feedback.
0 replies
-
而且根据issues#2535的回答,网速还会受制于核心的性能 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
如果我理解的没错的话,路由模式是将所有代理流量发给v2ray客户端,然后客户端根据dat文件选择是否让服务器代理,或者自己直连?如果是这样的话,就算是直连,也需要客户端进行转发,网络性能会不会下降?相比之下,PAC对于直连是如何工作的?也是类似逻辑么?性能哪个更好?
Beta Was this translation helpful? Give feedback.
All reactions