mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #799] 为什么我尝试udp提示i/o deadline reached #623
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#623
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 @mengdodo on GitHub (May 30, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/799
服务器端的frps.ini文件
[common]
bind_port = 6100
kcp_bind_port = 6100
内网机器frpc.ini文件
[common]
server_addr = xxxxxxx
server_port = 6100
protocol = kcp
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 6122
结果两端建立连接不到5秒就提示错误,frpc端进程自动断开了
2018/05/30 20:34:55 [I] [proxy_manager.go:333] visitor removed: []
2018/05/30 20:34:55 [I] [proxy_manager.go:342] visitor added: []
2018/05/30 20:35:05 [W] [control.go:113] login to server failed: i/o deadline reached
截图请点击查看
https://imgchr.com/i/C5onat
https://imgchr.com/i/C5ouIP
@love3forever commented on GitHub (Jun 1, 2018):
你这个应该是frpc和frps之间就没联通,可以先排查一下网络问题
@jocongmin commented on GitHub (Jul 4, 2018):
这个问题怎么解决呢,我也遇到了
@XavierXIEXIN commented on GitHub (Jul 18, 2018):
我用 KCP 的时候也遇到了,不用 KCP 就没问题
@ooiuv commented on GitHub (Sep 6, 2018):
但是很奇怪,我重启分服务器在链接一次 就链接上了!
@jiqing112 commented on GitHub (Oct 3, 2020):
同样的问题,我也没用kcp