aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/sysctl.d/30-peertube-tcp.conf
blob: 09285bb56730869c659891685e483e105e759049 (plain) (blame)
1
2
3
4
5
6
7
8
9
# In a video server, we are often sending files to a client
# which can't accept it as fast as our local network connection
# could produce packets. To prevent packet loss and buffer bloat,
# it's especially important to use a modern CoDel scheduler which
# knows how to delay outgoing packets to match slower client links.

net.core.default_qdisc = fq_codel
net.ipv4.tcp_congestion_control = bbr