mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2840] frpc连接数增长,会导致frps服务端端口占用数量增长吗? #2271
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#2271
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 @SMU-Rainflow on GitHub (Mar 14, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2840
Describe the feature request
想通过frpc暴露一个TCP Server,如果连接TCP Server的连接数过多,会不会导致frps服务器端口被占用过多而影响其他功能呢?
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Mar 14, 2022):
@SMU-Rainflow commented on GitHub (Mar 14, 2022):
好的,谢谢您的建议,想明白了一部分。
刚刚测试本地 协程TCP Server承压能力的时候,端口占用过多是因为测试脚本中异步的TCP连接请求造成的。我以为是TCP Server为每个IO等待的连接单独创建了一个端口。