- Optimized and fixed some issues in Brutal CC
- Fixed problem where BBR could freeze the connection and cause CPU usage to spike under certain conditions
- Fixed two race condition issues
- Added
HYSTERIA_BRUTAL_DEBUG
environment variable. When enabled, it prints information like current RTT, packet loss, MTU, etc.
- 优化并修复 Brutal 拥塞控制中的一些问题
- 修复 BBR 在特定条件下导致连接卡死且 CPU 占用飙升的问题
- 修复两个线程安全问题
- 新增
HYSTERIA_BRUTAL_DEBUG
环境变量,开启后可输出当前延迟、丢包率、MTU 等信息