File tree Expand file tree Collapse file tree 5 files changed +20
-2
lines changed
Expand file tree Collapse file tree 5 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -97,3 +97,5 @@ $RECYCLE.BIN/
9797
9898site /
9999assistant /
100+
101+ .venv /
Original file line number Diff line number Diff line change 44 - navigation
55---
66
7+ ## 2.7.0
8+
9+ > This release contains important fixes and we strongly encourage everyone to upgrade.
10+
11+ - Updated quic-go to v0.57.1
12+ - Fixed a long-standing bug in BBR that caused the connection to send faster than the available bandwidth in some cases
13+ - Minor performance improvements
14+
715## 2.6.5
816
917> This release contains important fixes and we strongly encourage everyone to upgrade.
Original file line number Diff line number Diff line change 44 - navigation
55---
66
7+ ## 2.7.0
8+
9+ > 此版本包含重要修复,强烈建议更新
10+
11+ - quic-go 更新到 v0.57.1
12+ - 修复此前版本 BBR 中一直存在的一个导致连接发送速度超出实际带宽的 bug
13+ - 小幅性能优化
14+
715## 2.6.5
816
917> 此版本包含重要修复,强烈建议更新
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ bash <(curl -fsSL https://get.hy2.sh/)
4848Install or upgrade to a specified version.
4949
5050``` sh
51- bash <( curl -fsSL https://get.hy2.sh/) --version v2.6.5
51+ bash <( curl -fsSL https://get.hy2.sh/) --version v2.7.0
5252```
5353
5454### Uninstall
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ bash <(curl -fsSL https://get.hy2.sh/)
4848安装或升级为指定版本,不进行版本检查。
4949
5050``` sh
51- bash <( curl -fsSL https://get.hy2.sh/) --version v2.6.5
51+ bash <( curl -fsSL https://get.hy2.sh/) --version v2.7.0
5252```
5353
5454### 卸载
You can’t perform that action at this time.
0 commit comments