Releases: enfein/mieru
Releases · enfein/mieru
v3.6.0
v3.5.1
v3.5.0
v3.4.0
- Support mieru proxy client using socks5 username and password authentication (issue #147).
- Support mita proxy server using socks5 username and password authentication in proxy chain (issue #147).
- Add the commands
mieru delete http proxy
andmieru delete socks5 authentication
.
- 支持代理客户端 mieru 使用 socks5 用户名和密码验证。
- 支持代理服务器 mita 在链式代理中使用 socks5 用户名和密码验证。
- 添加
mieru delete http proxy
和mieru delete socks5 authentication
指令。
v3.3.3
v3.3.2
- Fix a bug that when the BBR pacing speed is very low, it takes too long to close an idle UDP session.
- Show packet number in
mieru get connections
andmita get connections
command for easy debugging.
- 修复了当 BBR 配速非常慢时,关闭空闲 UDP 会话所需的时间过长的问题。
- 在
mieru get connections
和mita get connections
命令中显示数据包编号以方便调试。
v3.3.1
v3.3.0
- Implement BBR congestion control algorithm in UDP protocol (issue #128). In bad network condition, this is 5X faster than TCP and 25X faster than the previous UDP protocol.
Although this version is compatible with previous 3.X.Y version, we recommend you to upgrade both server and client to this version to achieve best network performance.
- 在 UDP 协议中实现 BBR 拥塞控制算法。在网络状况不佳的情况下,这比 TCP 快 5 倍,比之前的 UDP 协议快 25 倍。
尽管此版本与之前的 3.X.Y 版本兼容,我们建议您将服务器和客户端都升级到此版本,以获得最佳的网络性能。