mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1223] kcp 协议被运营商限制,是否可以升级kcp的UDP伪装成tcp报文进行传输避免被运营商qos #963
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#963
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 @xyb401 on GitHub (Apr 29, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1223
1、kcp 协议被运营商限制,是否可以升级kcp的UDP伪装成tcp报文进行传输避免被运营商qos
2、是否可以配置限制frp的传输速度
@Zxilly commented on GitHub (Apr 29, 2019):
UDP 伪装成TCP。。。。目测提问的没学过网络结构
@JimLee1996 commented on GitHub (Apr 29, 2019):
二楼应该学过,但是学的不好,哈哈哈
@Zxilly commented on GitHub (May 2, 2019):
@JimLee1996 查了下才知道有改包头的操作。。。但这样改了不就是TCP吗,UDP over TCP.
@JimLee1996 commented on GitHub (May 2, 2019):
对的。
其实还可以用raw socket伪造,甚至还可以模拟三次握手,不过必须得绕过内核的协议栈
@chquse commented on GitHub (May 10, 2019):
udp2raw实测好用。
@fatedier commented on GitHub (Jun 4, 2019):
建议自行研究其他方式,不在本项目讨论范围内。