FreeBSD 11.0以降、TCPのCongestion Control機構としてDC-TCPが利用できる。 これを利用する設定を以下に記載する。
なお、Install時の標準は、NewReno。(@2019/050/09現在)
# kldload cc_dctcp # sysctl -w net.inet.tcp.cc.algorithm=dctcp # sysctl -w net.inet.tcp.ecn.enable=1
# sysctl net.inet.tcp.ecn.enable 1
/boot/loader.conf
cc_dctcp_load="YES"
/etc/sysctl.conf
net.inet.tcp.cc.algorithm=dctcp net.inet.tcp.ecn.enable=1