mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4758] frp 客户端单线程上传速度问题 #3757
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#3757
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 @Jacko-John on GitHub (Apr 17, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4758
Bug Description
使用cloudreve进行测试
在服务在wsl,使用windows在浏览器打开
不使用frp,上传速度为47MB/s,下载速度粗略为200+MB/s
使用frp
在开启tcpmux情况下,上传速度为37MB/s,下载速度为43MB/s
速度变化可以看作是协议损耗,但是问题来了
在关闭tcpmux情况下,上传速度为37MB/s,下载速度为57MB/s
上传速度毫无变化,但是下载速度变快了?
同样的,我在自己的vps上也能得到类似的结果,下载能到10MB/s,但是上传最高只有3MB/s(平均不到2MB/s)
frpc Version
0.61.2
frps Version
0.61.2
System Architecture
linux/amd64
Configurations
默认
Logs
No response
Steps to reproduce
...
Affected area
@Jacko-John commented on GitHub (Apr 17, 2025):
经过再次测试,“上传速度毫无变化,但是下载速度变快了?”问题不存在