mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3234] frp单线程速度只有2mbps #2594
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#2594
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 @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
@Becods commented on GitHub (Jan 1, 2023):
尝试客服直连是否还存在这样的问题
@qwe-one commented on GitHub (Jan 1, 2023):
直连没有任何问题
@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
@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.