ubuntu-page-6
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ubuntu-page-6 [2023/10/15 20:57] – admin | ubuntu-page-6 [2024/09/22 03:55] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| 1. Check TCP Congestion Control Algorithms on Linux | 1. Check TCP Congestion Control Algorithms on Linux | ||
| < | < | ||
| - | 2. Make Sure You Have Linux Kernel 4.9 or Above | + | 2. Make sure you have Linux Kernel 4.9 or Above |
| < | < | ||
| + | 3. Enable TCP BBR in Ubuntu | ||
| + | < | ||
| + | 4. Enter the below code at the end of the file | ||
| + | < | ||
| + | net.core.default_qdisc=fq | ||
| + | net.ipv4.tcp_congestion_control=bbr | ||
| + | </ | ||
| + | 5. Save and close the file | ||
| + | |||
| + | 6. reload sysctl configurations | ||
| + | < | ||
| + | 7. Now check the congestion control algorithm in use | ||
| + | < | ||
ubuntu-page-6.1697403471.txt.gz · Last modified: 2024/09/22 03:55 (external edit)