trailofbits / algo

Set up a personal VPN in the cloud
https://blog.trailofbits.com/2016/12/12/meet-algo-the-vpn-that-works/
GNU Affero General Public License v3.0
28.94k stars 2.32k forks source link

Consider setting TCP congestion algo to BBR. #538

Closed jauderho closed 7 years ago

jauderho commented 7 years ago

To enable, put the following in /etc/sysctl.conf for Ubuntu 17.04 deployments

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

https://blog.apnic.net/2017/05/09/bbr-new-kid-tcp-block/

Thermi commented 7 years ago

What for? What is it supposed to accelerate regarding the IPsec VPN? It doesn't use TCP.

jauderho commented 7 years ago

This would be from the VPN server out to the internet.

Thermi commented 7 years ago

It's still pretty much irrelevant for the VPN, because there's no proxy. Adding this sysctl setting would pretty much only ever pertain package updates and scp.

Am 16. Mai 2017 01:32:27 MESZ schrieb Jauder Ho notifications@github.com:

This would be from the VPN server out to the internet.

-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/trailofbits/algo/issues/538#issuecomment-301633528

-- Sent from mobile