mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2965] frp的连接数量统计异常 #2367
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#2367
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 @LUOQING1994 on GitHub (Jun 2, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2965
Bug Description
运行客户端和服务端后,打开控制面板,刷新页面后,统计面板上的连接数一直在改变,但真实情况是没有任何连接操作

我在客户端配置了pool_count = 10,但控制面板上的连接数会达到10+
frpc Version
0.43.0
frps Version
0.40.0
System Architecture
arm/linux
Configurations
frpc配置
[common]
server_addr = xxx.xxx.xxx.xxx
server_port = xxx
token = xxxxx
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 6046
use_encryption = true
default is false
use_gzip = false
connections will be established in advance, default value is zero
pool_count = 10
bandwidth_limit = 1000MB
frps配置
[common]
bind_port =xxx
token = xxxx
下面都是开启管理面板的配置
dashboard_addr = 0.0.0.0
dashboard_port = 5001
dashboard_user = xxxx
dashboard_pwd = xxxx
Logs
No response
Steps to reproduce
...
Affected area
@Becods commented on GitHub (Jun 3, 2022):
如果我没记错的话,
pool_count为此连接数非彼连接数意思即为你能开的最大映射数量
而不是每个映射所能 连接的数量