mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4840] quic is work,bug tcp and wss not work #3821
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#3821
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 @chunyuforka on GitHub (Jun 18, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4840
Bug Description
Using the QUIC protocol works, but TCP, WSS, and WebSocket all fail—even with TLS enabled. We suspect the traffic is being blocked by a firewall. The problem with QUIC is that the datacenter may impose restrictions on UDP: bandwidth is limited to just 1 Mb, and when we tested UDP with iperf3 we saw a 97% packet loss. Therefore, we still need a solution that works over TCP. Our FRPS security group is already configured to allow both TCP and UDP from 0.0.0.0/0, and we can successfully
telnetto the port.frpc Version
0.56.0
frps Version
0.56.0
System Architecture
linux/amd64
Configurations
frps.toml
frpc.toml
Logs
If switched to TCP mode, the client will remain stuck in a continuous connection-attempt loop.
Steps to reproduce
When deployed over TCP, it works initially but then suddenly stops working after about three days.
Affected area
@fatedier commented on GitHub (Jun 20, 2025):
You can try combining other tools to solve similar network issues.
@github-actions[bot] commented on GitHub (Jul 5, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.
@chunyuforka commented on GitHub (Jul 8, 2025):
After encrypting the TCP connection of frp with v2ray, the connection is stable and available, and the bandwidth remains above 10Mb.