mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #1461] 有没办法在KCP模式上增加一个tcp伪装 #1152
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#1152
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 @keeno1982 on GitHub (Oct 14, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1461
最近国内运营商对UDP实在QOS太厉害了,就算国内的电信对移动的传输也会一直中断,只要把protocol = kcp禁用掉就正常了,显然是QOS在作祟。
如果能用到类似udp2raw这类的伪装逃过QOS,那就太好了
@lazy-luo commented on GitHub (Oct 14, 2019):
udp2raw-tunnel不是太稳定性,而且极大降低传输速率,还不如直接tcp。
@keeno1982 commented on GitHub (Oct 14, 2019):
@lazy-luo 实际上我只是想要一个tcp的伪装效果并非真要套udp2raw,就像最新版的kcptun有个tcp模式,类似这个效果。我这边套了udp2raw确实会损失部分速度,不过对于直接被QOS还是强百倍,不至于从frp穿透的服务器上下载个文件要断个十几次
@qiang-yu commented on GitHub (Oct 14, 2019):
udp被QOS是个普遍现象, kcptun 很多地方也一样用不了
建议用 websocket (HTTP 协议不会被 QOS),服务器上 BBR 或者 锐速来解决丢包速度慢的问题
@keeno1982 commented on GitHub (Oct 14, 2019):
@qiang-yu BBR/锐速和kcptun不是一个级别,我这边小鸡开了BBR或锐速连SSH都费劲,开kcp后就跟打了鸡血一样,下载速度能达到4M,前提必须套udp2raw,不套的话就是下个几秒就断流,非常烦,我觉得这个伪装还是非常有必要的
@fatedier commented on GitHub (Oct 22, 2019):
frp 本身不考虑这些事,可以搭配你想要的其他 proxy 共同使用来完成。