想请教一个问题,关于多线路同步负载加速能否实现? #2451
Unanswered
linsan970809
asked this question in
Q&A
Replies: 1 comment 3 replies
-
So you are like 3 or more public IPs assigned to your local host, with each IP corresponding to a different carrier? You can choose which public IP to use via
I don't think V2Ray load balancing works in this way. It's connection oriented and does NOT send packets simultaneously through different public IPs and pick whichever one arrives first while ditching any others.
If you mean "low latency", V2Ray has a "leastping" strategy. |
Beta Was this translation helpful? Give feedback.
3 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.
-
1.最近我们公司想弄外面的直播,但是直连的话经常卡断线,想问问V2RAY能不能解决这个问题?
2.硬环境如下:
我们公司有三条宽带电信,联通和移动都是千兆的,上传实测50兆,我们在香港有一台50M的中转主机.
3.目前的运行方式是:
这三条宽带通过香港主机中转数据,每条线路在某一时段都是很流畅的,但是偶尔都有几分钟到十几分钟的PING值超高卡顿,换一条宽带就没事.比如电信直播中,突然不稳定了,手动切换到移动或联通马上就流畅了.我们想了很多办法,比如BBR,KCPTUN,mkcp等,都是这样.所以我就想了一个思路,不知道V2RAY能不能实现这种负载方式
4.如图:
比如V2RAY同时用三条线路向香港服务器发送数据,服务端先收到哪一条线路的数据,就丢弃另外两条线路的数据包,往返都走这个思路,这样子只要有一条线路是稳定流程的,直播的数据就不会卡顿,除非三条宽带都出问题,我翻阅了V2RAY的文档,目前都是以轮询或者是随机,又或者是故障切换的方式进行的均衡负载,没有对速度要求高的负载方案.如果哪位大神有办法实现我的想法,请分享一下,不胜感激.
Beta Was this translation helpful? Give feedback.
All reactions