mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2627] [Feature Request] 客户端尽最大努力上线 #2092
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#2092
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 @aa51513 on GitHub (Oct 20, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2627
Describe the feature request
目前frpc需要指定连接协议,考虑到性能,我使用了kcp
但是我突然发现,我frps的kcp端口被运营商封了,这导致我的frpc直接离线了
能不能做到kcp失败的时候,自动使用其他协议去连接frps?
Describe alternatives you've considered
增加fallback机制,可以加个开关,默认关闭即可(表现与现在的版本一致)
Affected area
@fatedier commented on GitHub (Oct 21, 2021):
目前不会做这方面的修改,这不是一个优化网络数据传输的项目,倾向于通过结合其他项目来解决。
@aa51513 commented on GitHub (Oct 21, 2021):
好的,感谢回复,frp是一个很棒的项目,我很喜欢它