cty123 / TrojanRust

Trojan-rust is a rust implementation for Trojan protocol that is targeted to circumvent GFW. This implementation focus on performance and stability above everything else.
MIT License
112 stars 24 forks source link

QUIC BBR support #14

Closed spongebob888 closed 1 year ago

spongebob888 commented 1 year ago

能不能增加 QUIC 的 BBR 支持,TUIC 支持 QUIC BBR,使用起来速度很快。 如果 trojan + quic 将拥塞控制改为bbr应该也可以很快。

spongebob888 commented 1 year ago

我参考了 TUIC 的代码将客户端和服务端QUIC默认的拥塞控制改为了BBR。但是我没办法让客户端跑起来,所以没办法测试。我将代码贴下来,或许有用: vincentliu77@199b483314cbdc4103c0a7b0be1661a05002c7a2