[GH-ISSUE #3555] [Feature Request] 对于 tcp_mux = true 的情况,能否每个 frpc 连接 frps的时候,建立多条固定的TCP通道,以提高速率? #2834

Closed
opened 2026-05-05 13:50:02 -06:00 by gitea-mirror · 2 comments
Owner

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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 - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@wulinzheng94 commented on GitHub (Jul 27, 2023):

速度只有400-600K多!怎么配置都没用!苦恼!

<!-- gh-comment-id:1653382901 --> @wulinzheng94 commented on GitHub (Jul 27, 2023): 速度只有400-600K多!怎么配置都没用!苦恼!
Author
Owner

@yelky commented on GitHub (Aug 7, 2023):

新版本0.50以上的版本已经通过调整MaxStreamWindowSize解决了这个问题,高延迟网络速度还是可以的。tcp_mux=true速度已经倍增。

<!-- gh-comment-id:1668165309 --> @yelky commented on GitHub (Aug 7, 2023): 新版本0.50以上的版本已经通过调整MaxStreamWindowSize解决了这个问题,高延迟网络速度还是可以的。tcp_mux=true速度已经倍增。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#2834
No description provided.