闲话终日有,不听自然无。https://ikun.su
bash <(curl -L -s jhb.ovh/jb/bbrv3arm.sh)

sudo modinfo tcp_bbr
渡边淳一经典系列第1季(含《失乐园》《钝感力》及其他新作,共10本)
渡边淳一经典系列第1季_含_失乐园_钝感力_及其他新作_共10本_渡_Z_Library.epub
4 MB
本人特此郑重声明:我与群里任何违反中华人民共和国法律法规的行为毫无关系。本人坚决拥护伟大、光辉、正确的中国共产党,坚定支持习近平总书记这一英明领袖的伟大领导,心中充满无限敬仰。中国共产党是中国人民的中流砥柱,习近平总书记是我们国家的舵手与灯塔。对于群里任何不法行为,本人坚决抵制并强烈谴责。我们每一位中华儿女,都应当自觉遵守法律法规,共同维护网络环境的纯洁与健康。本人坚决抵制任何境外势力的思想侵入,始终拥护中国共产党,并坚定守护我们伟大的党。让我们紧密团结在以习近平同志为核心的党中央周围,为实现中华民族伟大复兴的中国梦而努力奋斗!
“菩提树下孕育出的一朵花”
“菩提树下一朵花”

必要时很自知,非必要时很自信。
妙而不自知的状态就像美而不自知一样。
本自具足,秒而不自知,浑然天成。
rm /etc/sysctl.d/*
vi /etc/sysctl.conf
若已经有了默认的bbr参数请dG全删掉 然后粘贴进去
sysctl --system
启用
net.ipv4.tcp_congestion_control = bbr
net.core.default_qdisc = fq

fs.file-max = 1000000
fs.inotify.max_user_instances = 8192
fs.pipe-max-size = 1048576
fs.pipe-user-pages-hard = 0
fs.pipe-user-pages-soft = 0

net.core.somaxconn = 3276800
net.ipv4.tcp_syn_retries = 2
net.ipv4.tcp_synack_retries = 2
net.ipv4.tcp_keepalive_time = 600
net.ipv4.tcp_keepalive_probes = 3
net.ipv4.tcp_keepalive_intvl = 15
net.ipv4.tcp_retries1 = 5
net.ipv4.tcp_retries2 = 5
net.ipv4.tcp_orphan_retries = 3
net.ipv4.tcp_fin_timeout = 2
net.ipv4.tcp_max_tw_buckets = 4096
net.ipv4.tcp_tw_reuse = 1
net.ipv4.tcp_max_orphans = 3276800
net.ipv4.tcp_abort_on_overflow = 0
net.ipv4.tcp_syncookies = 1
net.ipv4.tcp_stdurg = 0
net.ipv4.tcp_max_syn_backlog = 16384
net.ipv4.tcp_window_scaling = 1
net.ipv4.tcp_timestamps = 1
net.ipv4.tcp_sack = 1
net.ipv4.tcp_fack = 1
net.ipv4.tcp_dsack = 1
net.ipv4.tcp_frto = 2
net.ipv4.tcp_ecn = 1
net.ipv4.tcp_ecn_fallback = 1
net.ipv4.tcp_fastopen = 3
net.ipv4.tcp_reordering = 300
net.ipv4.tcp_retrans_collapse = 0
net.ipv4.tcp_autocorking = 1
net.ipv4.tcp_low_latency = 0
net.ipv4.tcp_slow_start_after_idle = 1
net.ipv4.tcp_no_metrics_save = 0
net.ipv4.tcp_moderate_rcvbuf = 1
net.ipv4.tcp_tso_win_divisor = 3
net.ipv4.tcp_mtu_probing = 1
net.ipv4.tcp_rfc1337 = 1

net.ipv4.ip_forward = 1
net.ipv4.route.gc_timeout = 100
net.ipv4.icmp_echo_ignore_broadcasts = 1
net.ipv4.icmp_ignore_bogus_error_responses = 1

net.core.netdev_max_backlog = 16384
net.core.netdev_budget = 600

net.core.optmem_max = 81920
net.core.wmem_default = 262144
net.core.wmem_max = 67108864
net.core.rmem_default = 262144
net.core.rmem_max = 67108864

net.ipv4.tcp_mem = 786432 2097152 3145728 
net.ipv4.tcp_rmem = 4096 524288 67108864
net.ipv4.tcp_wmem = 4096 524288 67108864
net.ipv4.udp_rmem_min = 8192
net.ipv4.udp_wmem_min = 8192
Back to Top