mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3567] [Feature Request] 希望可以在 frps 增加对请求者的带宽限制 #2846
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#2846
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 @BingYanchi on GitHub (Aug 11, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3567
Describe the feature request
我知道现有的可以在 frpc 里添加对单个隧道的带宽限制,但它似乎不能用于对每个访问者进行带宽限制。
比如,对 TCP 隧道的每个访问者进行带宽的限制。限制每个访问者最高的带宽,避免因为某个访问者使用带宽过大而影响到其他访问者。
只不过有没有可能根据在线的访问数量,平分带宽?
Describe alternatives you've considered
No response
Affected area
@wuai1024 commented on GitHub (Aug 25, 2023):
这个我之前提过了,可能目前还没有考虑这个
@github-actions[bot] commented on GitHub (Sep 25, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
@doveppp commented on GitHub (Dec 25, 2023):
现在有解决方法了吗
我看着有个bandwidthLimitMode 能指定为server
不知道具体什么意思
@fidding commented on GitHub (Sep 2, 2024):
同一个客户端配置:client是每个连接,server是所有连接
@wuai1024 commented on GitHub (Sep 2, 2024):
就还是 frpc 客户端设置的限制,如果别人去掉这个配置,就又不限速了对吧。