mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4023] 网络繁忙时,frpc断开重连提示端口被占用 #3182
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#3182
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 @jiangcare on GitHub (Feb 24, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4023
Bug Description
frps在一个网络不稳定的机器上,需要接收多个节点的数据到frpc所在的机器里,在网络不好的情况下,frpc经常会端口,在重连frps的时候,可能是因为frps下面的节点持续的传输数据到frps映射的端口上,导致端口一直无法释放,frpc就提示[XXX] start error: proxy [XXX] already exists

frpc Version
0.44.0
frps Version
0.51.3
System Architecture
linux/arm
Configurations
frps.ini
[common] bind_port = 3887 dashboard_port = 3888 log_file = /home/frp/frps.log token = 123123123frpc.ini
`[common]
server_addr = 123.123.123.123
server_port = 3887
admin_addr = 127.0.0.1
admin_port = 7400
tls_enable = false
[XXXX]
type = tcp
local_ip = 127.0.0.1
local_port = 1234
remote_port = 3333
`
Logs
No response
Steps to reproduce
...
Affected area
@david9991 commented on GitHub (Mar 8, 2024):
同样的问题。
@david9991 commented on GitHub (Mar 11, 2024):
好像 1.53.2 上面不发生了,还是没达到触发条件就不知道了。
@github-actions[bot] commented on GitHub (Apr 2, 2024):
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.