mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3617] XTCP 无法使用提示:xtcp is not supported by server #2885
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#2885
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 @yale8888 on GitHub (Sep 16, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3617
Bug Description
XTCP P2P服务无法使用。
客户端这个提示是什么原因。
2023/09/16 14:18:59 [E] [visitor.go:209] [074352678918a875] [p2p_ssh_visitor_3] xtcp is not supported by server
下载的文件是官方最新的文件。
0.51.3版本里面的文件。成品文件。
不定期出现此问题。有时重启电脑能解决,有时重启电脑还是一样。
frpc Version
0.51.3
frps Version
0.51.3
System Architecture
Windows 7 64
Configurations
2023/09/16 14:18:51 [I] [service.go:357] [074352678918a875] login to server success, get run id [074352678918a875], server udp port [0]
2023/09/16 14:18:51 [I] [visitor_manager.go:86] [074352678918a875] start visitor success
2023/09/16 14:18:51 [I] [visitor_manager.go:86] [074352678918a875] start visitor success
2023/09/16 14:18:51 [I] [visitor_manager.go:86] [074352678918a875] start visitor success
2023/09/16 14:18:51 [I] [visitor_manager.go:86] [074352678918a875] start visitor success
2023/09/16 14:18:51 [I] [visitor_manager.go:128] [074352678918a875] visitor added: [p2p_ssh_visitor_1 p2p_ssh_visitor_2 p2p_ssh_visitor_3 p2p_ssh_visitor_4]
2023/09/16 14:18:59 [E] [visitor.go:209] [074352678918a875] [p2p_ssh_visitor_3] xtcp is not supported by server
Logs
[common]
bind_port=58888
bind_udp_port=59999
token=1234ABCD
dashboard_port=1979
dashboard_user=admin
dashboard_pwd=admin
udp_packet_size=15000
#====================
Steps to reproduce
...
Affected area
@yale8888 commented on GitHub (Sep 16, 2023):
服务端提示:
2023/09/16 14:34:58 [I] [root.go:204] frps uses config file: frps.ini
2023/09/16 14:35:06 [I] [service.go:206] frps tcp listen on 0.0.0.0:58888
ini
s
%
2023/09/16 14:35:06 [I] [service.go:318] Dashboard listen on 0.0.0.0:1979
2023/09/16 14:35:06 [I] [root.go:213] frps started successfully
c
2023/09/16 14:35:07 [I] [service.go:539] [074352678918a875] client login info: ip [120.227.204.36:29986] version [0.45.0] hostname [] os [windows] arch [amd64]
wX.
2023/09/16 14:35:07 [I] [service.go:539] [3d949be3f541972d] client login info: ip [120.227.204.36:29989] version [0.51.3] hostname [] os [windows] arch [386]
]
wX.
2023/09/16 14:35:07 [I] [stcp.go:56] [3d949be3f541972d] [p2p_ssh_1] stcp proxy custom listen success
2023/09/16 14:35:07 [I] [control.go:497] [3d949be3f541972d] new proxy [p2p_ssh_1] type [stcp] success
2023/09/16 14:35:07 [I] [control.go:497] [3d949be3f541972d] new proxy [p2p_ssh_2] type [xtcp] success
2023/09/16 14:35:07 [I] [control.go:497] [3d949be3f541972d] new proxy [p2p_ssh_3] type [xtcp] success
2023/09/16 14:35:07 [I] [control.go:497] [3d949be3f541972d] new proxy [p2p_ssh_4] type [xtcp] success
@fatedier commented on GitHub (Sep 16, 2023):
服务端和客户端都更新到最新
@superzjg commented on GitHub (Sep 17, 2023):
bind_udp_port 这个参数貌似在最近更新的新版里面已经被删除。
@yale8888 commented on GitHub (Sep 17, 2023):
XTCP还支持吗,没有这个监听端口。
imoffices
@.***
------------------ 原始邮件 ------------------
发件人: "fatedier/frp" @.>;
发送时间: 2023年9月17日(星期天) 中午11:32
@.>;
@.@.>;
主题: Re: [fatedier/frp] XTCP 无法使用提示:xtcp is not supported by server (Issue #3617)
bind_udp_port 这个参数貌似在最近更新的新版里面已经被删除。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: @.***>
@superzjg commented on GitHub (Sep 18, 2023):
支持的,并且进行了重构(v0.49及以后),打洞成功率更高。
@yale8888 commented on GitHub (Sep 21, 2023):
试了很多次,首次连接,需要多次连接XTCP才会成功。不知道什么原因。连接5-10次。时间在5-10分钟,持续不断,点击连接。就会成功。
不像STCP,秒连。
imoffices
@.***
------------------ 原始邮件 ------------------
发件人: "fatedier/frp" @.>;
发送时间: 2023年9月18日(星期一) 中午1:39
@.>;
@.@.>;
主题: Re: [fatedier/frp] XTCP 无法使用提示:xtcp is not supported by server (Issue #3617)
XTCP还支持吗,没有这个监听端口。 imoffices @.***
…
支持的,并且进行了重构(v0.49及以后),打洞成功率更高。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: @.***>
@github-actions[bot] commented on GitHub (Oct 22, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.