Update docs
This commit is contained in:
parent
db54638f5e
commit
949790a5d9
@ -93,10 +93,16 @@ Amazon Linux 2提供过经过验证的新版Linux内核,并可以通过启用
|
||||
net.core.default_qdisc = fq
|
||||
net.ipv4.tcp_congestion_control = bbr
|
||||
```
|
||||
3. 启用Google BBR
|
||||
3. 启用Google BBR
|
||||
首先使用 `uname -r` 检查你的服务器的内核版本。
|
||||
对于内核版本 >= 4.20,应用 `sysctl` 设置:
|
||||
```bash
|
||||
sudo sysctl -p
|
||||
```
|
||||
对于内核版本 < 4.20,你必须重启服务器:
|
||||
```bash
|
||||
sudo reboot
|
||||
```
|
||||
4. 检查Google BBR状态
|
||||
```bash
|
||||
sudo sysctl net.ipv4.tcp_available_congestion_control
|
||||
|
@ -93,10 +93,16 @@ In this section, we will start Google BBR by modifying the configuration file.
|
||||
net.core.default_qdisc = fq
|
||||
net.ipv4.tcp_congestion_control = bbr
|
||||
```
|
||||
3. Enable Google BBR
|
||||
3. Enable Google BBR
|
||||
First, check your server's kernel version using `uname -r`.
|
||||
For kernel versions >= 4.20, apply `sysctl` settings:
|
||||
```bash
|
||||
sudo sysctl -p
|
||||
```
|
||||
For kernel versions < 4.20, you must reboot the server:
|
||||
```bash
|
||||
sudo reboot
|
||||
```
|
||||
4. Check Google BBR status
|
||||
```bash
|
||||
sudo sysctl net.ipv4.tcp_available_congestion_control
|
||||
|
Loading…
Reference in New Issue
Block a user