snail007 / goproxy

🔥 Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,黑白名单,限速,限流量,限连接数,跨平台,KCP支持,认证API。

Home Page:https://snail007.host900.com/goproxy/manual/zh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: add support TCP Brutal

jenningsloy318 opened this issue · comments

为避免浪费时间,一切不按着issue模版填写的问题,一律默认忽略处理,谢谢合作!

Avoid waste time, any report not match the issue template will be ignored.

Expected Behavior

增加对 tcp-brutal 算法支持,https://github.com/apernet/tcp-brutal/tree/master

Current Behavior

Possible Solution

这里有一个例子,https://github.com/apernet/tcp-brutal/tree/master/example

Steps to Reproduce

Context (Environment)

增加对tcp-brutal,可以提升速率,
https://github.com/apernet/tcp-brutal/tree/master/example

Detailed Description

Possible Implementation