txthinking / txthinking/brook

brook client 增加 同时用多个cdn ip 连接 同一个服务器 达到 带宽叠加

Open
#897 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Go
Stars
15.2k
Forks
2.4k
PR merge metrics
No merged PRs in 30d

Description

现在是用cf ip优选,能达到较高速度。
我想能不能用多个cdn 的ip连接到 同一brook服务器,实现 多个cdn ip同时传输数据达到最大速度。
比如 用5个 cdn ip 连到 同一个brook服务器,形成5个通道。用其中一个通道发送请求。
然后brook 服务器下了100M数据,但当一个通道时,只有1M传输速度。但是如果有
5个通道的话,就可能有5*1M的速度。
请大佬考虑添加一个这样的功能。谢谢!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points. Start by locating the Brook client and server connection-handling code, then clarify how multiple CDN-IP channels should be selected and coordinated; the feature is done when one transfer can use the proposed channels and its behavior is covered by tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
networking
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.