mirror of
https://github.com/fatedier/frp.git
synced 2026-05-16 00:25:49 -06:00
[GH-ISSUE #37] 可以把UDP也加进去吗 #14
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#14
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 @694982827 on GitHub (Jun 20, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/37
是否可以将UDP协议也加进去?
@fatedier commented on GitHub (Jun 20, 2016):
这个可以有,不过可能与原来的设计不通用,需要改动的地方比较多。
@80000v commented on GitHub (Aug 3, 2016):
udp稳定性不太好吧,容易掉包,除非tcp不能用了才用udp
@bhzhu203 commented on GitHub (Aug 3, 2016):
这个软件和dog-tunnel 有啥区别么
@fatedier commented on GitHub (Aug 3, 2016):
@bhzhu203 这个项目的创建主要是因为我在使用 ngrok 的时候遇到的一些问题, 作者不再开源以及维护了,所以目前大部分的功能上是和 ngrok 类似的,会对 http 服务有特定的优化和相关的功能。
dog-tunnel 主要是建立两台内网机器的直连,frp 后面可能也会借鉴这一思想。不过 frp 后期主要侧重点会放在微服务的管理和监控上,包括反向代理的负载均衡,各种灵活的路由策略,服务自动发现等等。
@tiane12 commented on GitHub (Aug 12, 2016):
@istrwei 不是的啊,比如内网的摄像头映射到公网上,就可以用UDP协议,没必要用TCP的。
@wxyzh commented on GitHub (Aug 13, 2016):
@fatedier @bhzhu203 dog-tunnel有tcp和udp两种连接方式,udp是两台内网机器直连,udp是用的kcp协议;tcp是通过服务器中转。
@iseeyou commented on GitHub (Aug 25, 2016):
希望早日实现UDP。
@yi-ge commented on GitHub (Sep 18, 2016):
虽然任重道远,但是很有必要。
@fcying commented on GitHub (Oct 8, 2016):
在这里看到dog-tunnel, 去试了下, 直连的速度好快...虽然功能少了点, 希望frp也加入直连的功能...
@kkstun commented on GitHub (Oct 14, 2016):
等着udp呢