[GH-ISSUE #4346] [Feature Request] 最大支持客户端连接数是多少 #3430

Closed
opened 2026-05-05 14:12:39 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @thqiang on GitHub (Jul 19, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4346

Describe the feature request

想请问下客户端连接数的上限是否取决于TCP端口数量65535?
如果有上限的话,除了配置tcpmux外,是否有其他方法突破这个上线

Describe alternatives you've considered

No response

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @thqiang on GitHub (Jul 19, 2024). Original GitHub issue: https://github.com/fatedier/frp/issues/4346 ### Describe the feature request 想请问下客户端连接数的上限是否取决于TCP端口数量65535? 如果有上限的话,除了配置tcpmux外,是否有其他方法突破这个上线 ### Describe alternatives you've considered _No response_ ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [X] Others
Author
Owner

@xqzr commented on GitHub (Jul 22, 2024):

源地址、源端口、目标地址、目标端口
以上任意一项不同,都是不同的连接

<!-- gh-comment-id:2243906878 --> @xqzr commented on GitHub (Jul 22, 2024): 源地址、源端口、目标地址、目标端口 以上**任意**一项不同,都是不同的连接
Author
Owner

@thqiang commented on GitHub (Jul 23, 2024):

源地址、源端口、目标地址、目标端口
以上任意一项不同,都是不同的连接

目前登录frp客户端是使用ssh -p xxxx user@这样。四元祖不同,可以建立多于65535个连接,但是在登录客户端的时候如何区分

<!-- gh-comment-id:2245879255 --> @thqiang commented on GitHub (Jul 23, 2024): > 源地址、源端口、目标地址、目标端口 > 以上**任意**一项不同,都是不同的连接 目前登录frp客户端是使用ssh -p xxxx user@<server ip address>这样。四元祖不同,可以建立多于65535个连接,但是在登录客户端的时候如何区分
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#3430
No description provided.