mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2172] 下载大文件阻塞其它传输,导致其它网页响应变慢,有偿请求解答 #1730
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#1730
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 @fycatfan on GitHub (Jan 2, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2172
如果内网穿透下载一个比较大的文件,发现同一个网站别的网页的访问速度就会变慢。停止下载后速度明显又上来了,请问怎么设置可以缓解这个问题?
@minringcheng commented on GitHub (Jan 3, 2021):
吃掉上传导致其他变慢?依据带宽限速不知道能不能缓解。
@yuyulei commented on GitHub (Jan 4, 2021):
frps 所在机器是怎么样的?它的网络有监控吗?那段时间的出入带宽如何?
@fatedier commented on GitHub (Jan 5, 2021):
@fycatfan frp 层面无法有效解决这个问题,对于同一个网站,没法做到根据不同的请求路径来进行限速。如果有可能的话,还是需要你在自己的内网服务里去做这个事情,比如提供下载大文件的限速能力。
@fycatfan commented on GitHub (Jan 6, 2021):
后来我找到原因了,是因为我上下行下行用的都是家里的wifi,是无线信号形成了阻塞
@fycatfan commented on GitHub (Jan 6, 2021):
不是软件的原因,谢谢大家