mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-08-22 11:28:34 +00:00
docs: update formatting in section 7.7 to match cn doc ver
This commit is contained in:
parent
e20af63f66
commit
0f3864e853
@ -470,19 +470,29 @@ If your line really has a very high packet loss rate, the only reliable solution
|
||||
If you are not sure whether your VPS supports it, please follow the command in step 3 and use the regular kernel `linux-image-amd64`.
|
||||
:::
|
||||
|
||||
 8. Confirm that `BBR` is enabled
|
||||

|
||||
|
||||
8. Confirm that `BBR` is enabled
|
||||
|
||||
If you want to confirm whether `BBR` is enabled correctly, you can use the following command:
|
||||
`lsmod | grep bbr`
|
||||
```shell
|
||||
lsmod | grep bbr
|
||||
```
|
||||
|
||||
This should return the following result:
|
||||
`tcp_bbr`
|
||||
```
|
||||
tcp_bbr
|
||||
```
|
||||
|
||||
If you want to confirm whether the `fq` algorithm is enabled correctly, you can use the following command:
|
||||
`lsmod | grep fq`
|
||||
```shell
|
||||
lsmod | grep fq
|
||||
```
|
||||
|
||||
This should return the following result:
|
||||
`sch_fq`
|
||||
```
|
||||
sch_fq
|
||||
```
|
||||
|
||||
## 7.8 Server Optimization 2: Enable HTTP to automatically redirect to HTTPS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user