This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # source from phuslu | |
| # https://phus.lu/sysctl.conf | |
| # bbr | |
| net.core.default_qdisc=fq | |
| net.ipv4.tcp_congestion_control=bbr | |
| net.ipv4.tcp_retries2 = 8 | |
| # 系统所有进程一共可以打开的文件数量, 每个套接字也占用一个文件描述字 |