[GH-ISSUE #3981] 很不想麻烦,但真的没有反应!frps最大连接池的问题! #3155

Closed
opened 2026-05-05 14:02:34 -06:00 by gitea-mirror · 4 comments
Owner

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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 1. 2. 3. ... ### Affected area - [x] Docs - [X] Installation - [x] Performance and Scalability - [ ] Security - [x] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@w-flac commented on GitHub (Feb 8, 2024):

其余一切正常,ssh连接22端口,访问内网端口以运行的docker宿主或网站

<!-- gh-comment-id:1933424600 --> @w-flac commented on GitHub (Feb 8, 2024): 其余一切正常,ssh连接22端口,访问内网端口以运行的docker宿主或网站
Author
Owner

@xqzr commented on GitHub (Feb 8, 2024):

poolCount 不在 proxies

<!-- gh-comment-id:1934453644 --> @xqzr commented on GitHub (Feb 8, 2024): `poolCount` 不在 `proxies`
Author
Owner

@w-flac commented on GitHub (Feb 8, 2024):

poolCount 不在 proxies

是这样吗,我看开发文档里写的是客户端,我就搞在客户端了,晓得了!

<!-- gh-comment-id:1934955243 --> @w-flac commented on GitHub (Feb 8, 2024): > `poolCount` 不在 `proxies` 是这样吗,我看开发文档里写的是客户端,我就搞在客户端了,晓得了!
Author
Owner

@xqzr commented on GitHub (Feb 9, 2024):

poolCount 不在 proxies

是这样吗,我看开发文档里写的是客户端,我就搞在客户端了,晓得了!

cf025d6320/conf/frpc_full_example.toml (L72)

<!-- gh-comment-id:1936097597 --> @xqzr commented on GitHub (Feb 9, 2024): > > `poolCount` 不在 `proxies` > > 是这样吗,我看开发文档里写的是客户端,我就搞在客户端了,晓得了! https://github.com/fatedier/frp/blob/cf025d63207b4a2872ba946dc32ab56b3f98053a/conf/frpc_full_example.toml#L72
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3155
No description provided.