]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - support/sysctl.d/30-peertube-tcp.conf
Make object storage ACL configurable
[github/Chocobozzz/PeerTube.git] / support / sysctl.d / 30-peertube-tcp.conf
CommitLineData
f74c294a
MES
1# In a video server, we are often sending files to a client
2# which can't accept it as fast as our local network connection
3# could produce packets. To prevent packet loss and buffer bloat,
4# it's especially important to use a modern CoDel scheduler which
5# knows how to delay outgoing packets to match slower client links.
6
7net.core.default_qdisc = fq_codel
8net.ipv4.tcp_congestion_control = bbr
9