app/v2.7.1

HyNetworks/hysteriaapp/v2.7.1Feb 24, 2026by github-actions[bot]

AI Summary

A minor release that updates quic-go to v0.59.0 for QUIC protocol improvements and changes the speed test default behavior from size-based to time-based mode.

Key Highlights

  • Updated quic-go to v0.59.0
  • Speed test now defaults to time-based mode (10 seconds for download/upload)
  • Minor code cleanup

New Features

  • Time-based speed test mode with --duration option
  • Size-based speed test still available via --data-size

Full Release Notes

- Updated quic-go to v0.59.0, QUIC protocol level improvements
- Speed test now defaults to time-based mode, testing download and upload for 10 seconds each. Use `--duration` to customize. The previous size-based behavior is still available via `--data-size`.
- Minor code cleanup

---

- quic-go 更新到 v0.59.0,一些 QUIC 协议级别改进
- 测速工具现在默认使用时间模式,分别测试下载和上传各 10 秒。可通过 `--duration` 自定义时长。之前基于大小的模式仍可通过 `--data-size` 使用。
- 小幅代码清理