[GH-ISSUE #3234] frp单线程速度只有2mbps #2594

Closed
opened 2026-05-05 13:40:20 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @qwe-one on GitHub (Jan 1, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3234

Bug Description

多线程没有问题,可以跑满服务器速度。单线程无论是web服务、远程桌面还是其他服务,速度都限制的死死的只有2mbps,一点不多一点不少,tcp mux也已经关了还是这样

frpc Version

0.46.0

frps Version

0.46.0

System Architecture

Linux/amd64

Configurations

[common]
server_addr = xxxx.xxxx
server_port = 7000
protocol=tcp
dns_server=1.1.1.1
tcp_mux=false

[rdp]
type = tcp
local_ip = 127.0.0.1
local_port = 3389
remote_port = 3389
use_encryption = false
use_compression = false

Logs

No response

Steps to reproduce

...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @qwe-one on GitHub (Jan 1, 2023). Original GitHub issue: https://github.com/fatedier/frp/issues/3234 ### Bug Description 多线程没有问题,可以跑满服务器速度。单线程无论是web服务、远程桌面还是其他服务,速度都限制的死死的只有2mbps,一点不多一点不少,tcp mux也已经关了还是这样 ### frpc Version 0.46.0 ### frps Version 0.46.0 ### System Architecture Linux/amd64 ### Configurations [common] server_addr = xxxx.xxxx server_port = 7000 protocol=tcp dns_server=1.1.1.1 tcp_mux=false [rdp] type = tcp local_ip = 127.0.0.1 local_port = 3389 remote_port = 3389 use_encryption = false use_compression = false ### Logs _No response_ ### Steps to reproduce 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 13:40:20 -06:00
Author
Owner

@Becods commented on GitHub (Jan 1, 2023):

尝试客服直连是否还存在这样的问题

<!-- gh-comment-id:1368366439 --> @Becods commented on GitHub (Jan 1, 2023): 尝试客服直连是否还存在这样的问题
Author
Owner

@qwe-one commented on GitHub (Jan 1, 2023):

尝试客服直连是否还存在这样的问题

直连没有任何问题

<!-- gh-comment-id:1368394944 --> @qwe-one commented on GitHub (Jan 1, 2023): > 尝试客服直连是否还存在这样的问题 直连没有任何问题
Author
Owner

@yyingc commented on GitHub (Jan 27, 2023):

[rdp-tcp]
type = tcp
local_ip = 127.0.0.1
local_port = 3389
remote_port = 3389
use_encryption = false
use_compression = false
[rdp_udp]
type = udp
local_ip = 127.0.0.1
local_port = 3389
remote_port = 3389
use_encryption = false
use_compression = false

建议同时开启udp

<!-- gh-comment-id:1405856341 --> @yyingc commented on GitHub (Jan 27, 2023): [rdp-tcp] type = tcp local_ip = 127.0.0.1 local_port = 3389 remote_port = 3389 use_encryption = false use_compression = false [rdp_udp] type = udp local_ip = 127.0.0.1 local_port = 3389 remote_port = 3389 use_encryption = false use_compression = false 建议同时开启udp
Author
Owner

@github-actions[bot] commented on GitHub (Feb 26, 2023):

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:1445235766 --> @github-actions[bot] commented on GitHub (Feb 26, 2023): Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
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#2594
No description provided.