mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4735] windows rdp udp和tcp 无法同时连接 #3741
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#3741
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 @Masttf on GitHub (Mar 30, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4735
Bug Description
配置了stcp和sudp 然后远程连接,但是只走tcp
frpc Version
0.61.2
frps Version
0.61.2
System Architecture
linux/amd64, windows/amd64
Configurations
这是frps.toml
这是frpc.toml
这是visitor frpc.toml
我想在xtcp连接失败后fallbackto stcp连接,但是这样走的是tcp,我以为是xtcp的问题后来我去掉xtcp只尝试stcp和sudp并设置同一端口,走的还是tcp协议
Logs
No response
Steps to reproduce
...
Affected area
@superzjg commented on GitHub (Mar 31, 2025):
貌似是这样的,我用stcp也测了,sudp无效。
不过rdp用stcp配合quic也用起来挺快(比我开启了udp的vpn要快)
@xqzr commented on GitHub (Apr 4, 2025):
如果被连接端是 24H2 安装最新 KB
@Masttf commented on GitHub (Apr 4, 2025):
我的是23H2
@Masttf commented on GitHub (Apr 4, 2025):
你是怎么配置的,方便分享一下嘛, 我在服务端添加了quic协议端口quicBindPort = 7000,在客户端添加了transport.protocol = "quic",直接连不上frp了
@xqzr commented on GitHub (Apr 4, 2025):
因此怀疑 frps 所在网络,没有接受 UDP
@Masttf commented on GitHub (Apr 4, 2025):
你说的对,我忘记了打开阿里云安全组,谢谢你 @xqzr