mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3555] [Feature Request] 对于 tcp_mux = true 的情况,能否每个 frpc 连接 frps的时候,建立多条固定的TCP通道,以提高速率? #2834
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#2834
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yelky on GitHub (Jul 27, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3555
Describe the feature request
经过监控,tcp_mux = true 的情况下,对于外网服务器连接国内的情况,单线程通讯对于下载类的应用测速发现不友好,速度慢,无法满速,特别是ping比较高的情况下。但是 tcp_mux= false 的情况下,虽然可以达到满速,但是却会触发电信运营商或者强的限制,短时间内发起过多的链接,造成IP短时被屏蔽,造成一些例如 io/timeout 之类的,被rst之类的。
Describe alternatives you've considered
No response
Affected area
@wulinzheng94 commented on GitHub (Jul 27, 2023):
速度只有400-600K多!怎么配置都没用!苦恼!
@yelky commented on GitHub (Aug 7, 2023):
新版本0.50以上的版本已经通过调整MaxStreamWindowSize解决了这个问题,高延迟网络速度还是可以的。tcp_mux=true速度已经倍增。