mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3981] 很不想麻烦,但真的没有反应!frps最大连接池的问题! #3155
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#3155
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 @w-flac on GitHub (Feb 8, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/3981
Bug Description
maxPoolCount = 100
更新服务端,并未生效,不知道问题出在哪。
一开始以为需要服务与客户端双向输出,我又在服务端设置:
PoolCount = 100
依然无效。。。
frpc Version
0.54
frps Version
0.54
System Architecture
linux/amd64
Configurations
frps.toml
bindPort = xxxx
kcpBindPort = xxxx
auth.token = "xxxxx"
maxPoolCount = 100
frpc.toml
proxies
name = "xxx"
type = "tcp"
localIP = "127.0.0.1"
poolCount = 100
localPort = xxxx
remotePort = xxxx
Logs
No response
Steps to reproduce
...
Affected area
@w-flac commented on GitHub (Feb 8, 2024):
其余一切正常,ssh连接22端口,访问内网端口以运行的docker宿主或网站
@xqzr commented on GitHub (Feb 8, 2024):
poolCount不在proxies@w-flac commented on GitHub (Feb 8, 2024):
是这样吗,我看开发文档里写的是客户端,我就搞在客户端了,晓得了!
@xqzr commented on GitHub (Feb 9, 2024):
cf025d6320/conf/frpc_full_example.toml (L72)