Skip to content

Instantly share code, notes, and snippets.

@lyekumchew
Created March 22, 2020 07:43
Show Gist options
  • Save lyekumchew/10cf3f67de99a87c1db7770e91cbdb5f to your computer and use it in GitHub Desktop.
Save lyekumchew/10cf3f67de99a87c1db7770e91cbdb5f to your computer and use it in GitHub Desktop.
# Disabled ipv6
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
# Enable BBR
net.core.default_qdisc=fq
net.ipv4.tcp_congestion_control=bbr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment