We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
现在是用cf ip优选,能达到较高速度。 我想能不能用多个cdn 的ip连接到 同一brook服务器,实现 多个cdn ip同时传输数据达到最大速度。 比如 用5个 cdn ip 连到 同一个brook服务器,形成5个通道。用其中一个通道发送请求。 然后brook 服务器下了100M数据,但当一个通道时,只有1M传输速度。但是如果有 5个通道的话,就可能有5*1M的速度。 请大佬考虑添加一个这样的功能。谢谢!
The text was updated successfully, but these errors were encountered:
有点像IP包分段,再组合,一块数据,分成N块通过N个通道发过去,接收端收到N个块后再组合,顺序,完整性,也有点像TCP协议,不一定能达到期望的效果
Sorry, something went wrong.
https://github.com/fregie/mpx
https://github.com/extremecoders-re/go-dispatch-proxy
No branches or pull requests
现在是用cf ip优选,能达到较高速度。
我想能不能用多个cdn 的ip连接到 同一brook服务器,实现 多个cdn ip同时传输数据达到最大速度。
比如 用5个 cdn ip 连到 同一个brook服务器,形成5个通道。用其中一个通道发送请求。
然后brook 服务器下了100M数据,但当一个通道时,只有1M传输速度。但是如果有
5个通道的话,就可能有5*1M的速度。
请大佬考虑添加一个这样的功能。谢谢!
The text was updated successfully, but these errors were encountered: