TCP Congestion Control : Google BBR on Linux
Google BBR 좋은 거 Requirements Linux >= 4.9 1 Check Available Kernel Support grep 'CONFIG_TCP_CONG_BBR' /boot/config-$(uname -r) [[email protected] ~]# grep 'CONFIG_TCP_CONG_BBR' /boot/config-$(uname -r) CONFIG_TCP_CONG_BBR=m 2 Applying Insert into /etc/sysctl.conf… Continue reading "TCP Congestion Control : Google BBR on Linux"