mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2698] 能否考虑通过重试机制来提升xtcp的可用性 #2154
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#2154
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 @Ariez1 on GitHub (Dec 12, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2698
Describe the feature request
xtcp这种p2p模式可以最大限度的利用网络资源,在远程桌面这种需要低延时和高带宽的场景下效果很好。
目前xtcp的成功连接是概率性的,从尝试结果来看,即使是较差的网络,多次尝试后也能够成功建立连接。
如果能在代码中实现,xtcp连接成功的概率是不是就大大提升了呢
Describe alternatives you've considered
No response
Affected area
@lunfangyu commented on GitHub (Dec 15, 2021):
目前网络很多都是端口限制型的,在两端都是这种类型网络的情况下,我还没成功的建立过xtcp连接
@lunfangyu commented on GitHub (Dec 15, 2021):
目前网络很多都是端口限制型的,在两端都是这种类型网络的情况下,我还没成功的建立过xtcp连接
@lunfangyu commented on GitHub (Dec 15, 2021):
如果xtcp能够有90%以上的成功率的话,那才是最实用的
@Wronthyou-Emme commented on GitHub (Dec 28, 2021):
可能是因为:ISP给个人用户的光猫nat配置是默认,然后大部分个人用户没有root权限改也不会去改。拿我目前用的电信千兆来说,是提供了一个APP进行有效的更改的,其中有个DMZ主机的配置,能配置一个内网IP。这个内网IP是全开放性NAT(Full Clone)。我通常让我自己的二级路由使用这个DMZ。
@github-actions[bot] commented on GitHub (Jan 28, 2022):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.