mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2579] bandwidth_limit in cli mode #2053
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#2053
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 @RuofengX on GitHub (Sep 16, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2579
Bug Description
./frpc.exe xtcp *** --bandwidth_limit 1MB will return
Error: unknown flag: --bandwidth_limitfrpc Version
0.37.1
frps Version
0.37.1
System Architecture
windows/amd64
Configurations
using --bandwidth_limit
Logs
No response
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Sep 16, 2021):
Command line args only support basic features.
You'd better try configuration file if you need all features.
@RuofengX commented on GitHub (Sep 16, 2021):
I want all my config could run in the memory, is there any solution?