Replies: 15 comments 5 replies
-
我的是win10的,V2rayN节点真连接是通的,但是无法科学上网。 |
Beta Was this translation helpful? Give feedback.
-
如何使用BBR2且V2rayN可以用的 |
Beta Was this translation helpful? Give feedback.
-
我也碰到这个问题,只能把网络改为系统自带的 |
Beta Was this translation helpful? Give feedback.
-
win11 24h2 CUBIC,依然无法使用 |
Beta Was this translation helpful? Give feedback.
-
سلام
لطفا به من پیام ندهید
در تاریخ سهشنبه ۱۵ اکتبر ۲۰۲۴، ۱۴:۲۴ xiaorong61 ***@***.***>
نوشت:
… 有一个需要 reno
—
Reply to this email directly, view it on GitHub
<#5795 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4RIHPTUIOAVYLRYPYBUVBLZ3TX6PAVCNFSM6AAAAABPPEZOZSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOJUGY2TEOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
特意登上了致谢,搞了一天都不知道咋回事。 |
Beta Was this translation helpful? Give feedback.
-
我最近升级了,一切还是正常 |
Beta Was this translation helpful? Give feedback.
-
非常感谢,前几天升级了,一直没找到问题,总算解决了 |
Beta Was this translation helpful? Give feedback.
-
研究了两天没弄好,在你这儿终于解决了,感谢 |
Beta Was this translation helpful? Give feedback.
-
请问(理论上来说)这个会影响Shadowsocks协议吗?我一直用Shadowsocks-windows,有同样的问题。 |
Beta Was this translation helpful? Give feedback.
-
我的是升级到win11后 在网络里开启了 安全dns设置后 v2rayn没法正常使用。但是clash可以正常用 |
Beta Was this translation helpful? Give feedback.
-
凑,也遇到这个问题了 |
Beta Was this translation helpful? Give feedback.
-
我最近升级了,我说呢,原来这样啊 |
Beta Was this translation helpful? Give feedback.
-
感谢大佬 |
Beta Was this translation helpful? Give feedback.
-
谢谢兄弟,BBR2转回来可以了,浪费1个小时 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
近几天微软更新了WIN11 24H2,微软在24H2上使用了BBR2网络优化算法,会导致V2rayN代理失效。
使用powershell执行下面指令查看目前的优化算法,WIN11 24H2为BBR2,之前的版本为CUBIC 。
Get-NetTCPSetting | Select SettingName,CongestionProvider
执行如下命令切换为CUBIC
netsh int tcp set supplemental template=internet congestionprovider=CUBIC
netsh int tcp set supplemental template=internetcustom congestionprovider=CUBIC
netsh int tcp set supplemental template=Compat congestionprovider=NewReno
netsh int tcp set supplemental template=Datacenter congestionprovider=CUBIC
netsh int tcp set supplemental template=Datacentercustom congestionprovider=CUBIC
切换后V2rayN工作正常
Beta Was this translation helpful? Give feedback.
All reactions