-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.37 freedom协议网页加载缓慢 #1250
Comments
从log来看dokodemo收到新连接的时间间隔延长了,3.36的间隔大约在1秒左右,而3.37会有3、4秒的间隔。而dokodemo<->freedom这一段没有明显差异。原因暂时不明。 可能的话请贴一段3.37访问Twitter或其它通过proxy的流量时的log,同时请观察一下路由器的CPU负载。 |
@VictoriaRaymond 谢谢回复,下面是访问Twitter的日志
CPU负载方面:快速刷twitter和google+,CPU峰值50%,大部分时间在20%~30%浮动,图片加载很顺畅。 |
Log看上去没有明显的问题。Freedom所有的流量都缓慢吗?刷新一下路由器的DNS缓存试试有没有效果。 |
@VictoriaRaymond 京东金融必定会卡白屏很长时间,加载完成后退再进重复了7次也是同样,其他轻量些的不一定会慢,大概一半一半,退回3.36以后全都稳定不卡。 稍晚一些我会再测试重启路由器和浏览器测速。 |
你的路由器上有配置readv吗?https://v2ray.com/chapter_02/env.html#scatter-io |
没有配置过,全是明面上的最朴素的设置
Victoria Raymond <notifications@github.com>于2018年8月31日 周五17:55写道:
… 你的路由器上有配置readv吗?https://v2ray.com/chapter_02/env.html#scatter-io
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1250 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHGeW8padHksIEKWlmOXzOKDBCB2DbUqks5uWQgCgaJpZM4WUv-y>
.
|
我一会用Go 1.10重新编译一下3.37,来确定是不是Golang本身的问题。 |
请试一下 3.37.4 |
@VictoriaRaymond 3.37.4与3.36表现一致,Chrome加载时间相差不到一秒,app也不卡白屏 |
你的路由器平台是mipsle还是arm64?mips的话,用的是_softfloat版本吗? |
两个架构都有,不是_softfloat版本 |
3.37.4是在arm64那台路由上测试的,之前的是在mipsle。3.37.0在arm64和mipsle都有加载缓慢问题。 |
请试一下 3.37.5,修了一个Golang的编译环境的问题,但并不确定是不是导致这个 issue 的原因。 |
arm64 使用了8小时没有发现异常 |
3.37.5吗 |
是的
Victoria Raymond <notifications@github.com>于2018年9月1日 周六18:18写道:
… 3.37.5吗
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1250 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHGeW9gQ8N5Np5r63NzFJ_TGv_59ojgmks5uWl7tgaJpZM4WUv-y>
.
|
如果没有问题的话,先关掉了。 |
@VictoriaRaymond 3.38又变慢了,由于没有保留3.37.6的二进制,无法测试具体从哪个版本开始的 |
在ARM64路由器和Windows64上以下面配置同时运行3.36和3.38,浏览器设置socks代理进行测试,加载速度没有明显区别
也许是dokodemo-door的问题? |
透明代理和socks的差别是,浏览器可能会复用socks连接,而透明代理有可能不会。你可以看一下路由器上连接的数量,有没有backlog之类的。 https://www.linuxjournal.com/files/linuxjournal.com/linuxjournal/articles/023/2333/2333s2.html |
+1 |
你的系统有IPv6的地址吗?有的话你可以在freedom上配置一下sendThrough强制使用IPv4。 |
系统没有IPv6地址但开了IPv6 问题解决了 |
你是在vps禁止ipv6么? |
你正在使用哪个版本的 V2Ray?(如果服务器和客户端使用了不同版本,请注明)
3.37 mipsle arm64
你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。
路由器透明代理,gfwlist域名路由到vmess outbound,其余路由到freedom outbound
你看到的不正常的现象是什么?(请描述具体现象,比如访问超时,TLS 证书错误等)
路由到freedom的请求响应缓慢,比如用手机打开一个Hybrid App(比如京东金融)页面加载缓慢,要30秒左右才能加载出一个页面,3.36版本只需要3秒左右。而路由到vmess outbound的请求比如twitter速度与3.36感觉不到明显差异。
你期待看到的正确表现是怎样的?
freedom outbound和3.36版本加载速度相同
请附上你的配置(提交 Issue 前请隐藏服务器端IP地址)。
服务器端配置:
// 服务器无关
请附上出错时软件输出的错误日志。在 Linux 中,日志通常在
/var/log/v2ray/error.log
文件中。服务器端错误日志:
3.37版本
3.36版本
/var/log/v2ray/access.log
文件中。其它相关的配置文件(如 Nginx)和相关日志。
如果 V2Ray 无法启动,请附上
--test
输出。通常的命令为
/usr/bin/v2ray/v2ray --test --config /etc/v2ray/config.json
。请按实际情况修改。The text was updated successfully, but these errors were encountered: