mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #5224] FRP TCP丢包/重传严重 #4060
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#4060
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 @chongchong721 on GitHub (Mar 8, 2026).
Original GitHub issue: https://github.com/fatedier/frp/issues/5224
Bug Description
有一台同城的阿里云服务器A和一台内网机器B
A-B间网络情况良好
A/B分别用frp官方的docker做了内网穿透。所有设置均为默认
现在 通过frp的端口 在A上ssh B(127.0.0.1:frp端口)。 同时使用
ss -ti '( sport = :7000 or dport = :7000 or sport = :22022 or dport = :22022 )'观察 服务器A 7000端口的情况:
tcpdump也显示重传严重。
不知道这是阿里云的问题还是frp的问题?
已经尝试过QUIC和禁用tcpmux,没有效果
frpc Version
0.67
frps Version
0.67
System Architecture
linux/amd64
Configurations
frpc:
serverAddr = "xxxxxx"
serverPort = 7000
auth.method = "token"
auth.token = "123456"
transport.tcpMux = false
proxies
name = "ubuntu-ssh-tcp-test"
type = "tcp"
localIP = "127.0.0.1"
localPort = 22
remotePort = 22022
frps:
bindPort = 7000
auth.method = "token"
auth.token = "123456"
transport.tcpMux = false
Logs
No response
Steps to reproduce
...
Affected area
@kilo-code-bot[bot] commented on GitHub (Mar 8, 2026):
The reporter is asking whether severe TCP retransmission and latency observed when SSHing through frp is caused by frp or the cloud/network environment, and wants troubleshooting guidance. They provide measurements, configs, and comparative tests showing normal behavior outside frp.
This response was generated by Kilo Auto-Triage and may not be fully accurate. Please verify the information independently.
@Wronthyou-Emme commented on GitHub (Mar 14, 2026):
如果你是阿里云的锐捷系列的轻量应用服务器,这是正常的。因为这个系列就是超卖的,共用200Mbps的网络。
@chenyincq commented on GitHub (Mar 18, 2026):
升级到0.67以后导致现在这边经常重连,以前的版本基本上没出现。感觉是0.67引入了bug,目前我也排查不了
@chenyincq commented on GitHub (Mar 18, 2026):
应该还是不正常的,我是升级到0.67后出现的,我考虑回滚了。
@chongchong721 commented on GitHub (Mar 18, 2026):
用的阿里云的个人99一年的那个服务器。我这边测试用Wireguard组网的话就正常,应该不会是服务器网络性能的原因
@chenyincq commented on GitHub (Mar 18, 2026):
我用的就是99一年2m网速那个服务器。更新到0.67后。进行ssh即tcp链接异常。
@dengxiwang commented on GitHub (Mar 19, 2026):
确实,我回退到了0.66.0,好多了
@github-actions[bot] commented on GitHub (Apr 3, 2026):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.