rabbit-tcp icon indicating copy to clipboard operation
rabbit-tcp copied to clipboard

A multi-connection TCP forwarder/accelerator

Results 11 rabbit-tcp issues
Sort by recently updated
recently updated
newest added

带宽峰值超过某个值,大概200Mbps之后,客户端卡死了,连不上了, 但是与服务端的链接状态还存在 但是不通了, 必须重启客户端, 重现方式,找个网络质量好的,然后设置几个隧道, 然后找个youtube 4k视频,随意多次拖动就可以很快触发,

太久没有更新了,需要更新支持苹果M1

几个月前也有类似想法,是想将kcp的UDP包封装到多条TCP连接中。这样的话数据包排序、重组、拥塞控制等都不需要考虑了,全部由kcp完成。但一直忙,还没空去实现,直到搜到了rabbit-tcp这个项目。 rabbit-tcp使用下来可能还有bug,有时候会断流,要重启才行,或许数据包排序或重组有点问题。不过如果将UDP封入多条TCP的话就不用考虑这些了,全部可以由kcp完成,而且还能灵活地使用kcp的各种配置参数。

服务器端 ./rabbit-linux-amd64 -mode s -password MiMa -rabbit-addr :999 -verbose 5 客户端 ./rabbit-linux-amd64 -mode c -listen :8888 -dest golang.org -password MiMa -rabbit-addr 服务器IP:999 -tunnelN 5 -verbose 5 [Tunnel-2249226862]2020/08/05 13:37:24 [Info] Peer...

常规解决丢包是用kcptun,但是现在需要在cloudflare+v2ray ws连接的情况下,解决丢包导致的速度下降问题,目前只能求助于tcp双边加速软件。

rabbit-tcp server端和v2ray服务端部署在一起。 rabbit-tcp client端部署在国内的一台服务器上,用作端口转发/加速的效果 症状是先是可以正常访问,开一些视频后速度骤降,最后完全断流。 服务端山出现以下错误 [OutboundConnection-3428374673]2019/10/26 11:27:12 [Error] Error when recv relay outbound connection: read tcp 127.0.0.1:41268->127.0.0.1:1443: read: connection reset by peer . [OutboundConnection-3079685427]2019/10/26 11:27:17 [Error] Error when recv...

[Client]2020/03/21 09:07:45 [Error] Error when relay client: readfrom tcp 中转鸡:22333->客户端:20250: write tcp 中转鸡:22333->客户端:20250: write: broken pipe. [Client]2020/03/21 09:12:06 [Error] Error when relay client: read tcp 中转鸡:22333->客户端:20261: read: connection reset by...

服务端和客户端都是运行这个吗? docker-compose -f docker-compose-server.yml up -d 大佬是不是写错了?

Creating rabbit-tcp-master_rabbit-server_1 ... ERROR: for rabbit-tcp-master_rabbit-server_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60) ERROR: for rabbit-server UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60) ERROR: An HTTP request took too long...