kk Blog —— 通用基础


date [-d @int|str] [+%s|"+%F %T"]
netstat -ltunp
sar -n DEV 1

MPTCP cong

不设置时,默认的就是cubic

1
2
3
4
5
6
$ git grep tcp_congestion_ops net/mptcp/
net/mptcp/mctcp_desync.c:static struct tcp_congestion_ops mctcp_desync = {
net/mptcp/mptcp_balia.c:static struct tcp_congestion_ops mptcp_balia = {
net/mptcp/mptcp_coupled.c:static struct tcp_congestion_ops mptcp_ccc = {
net/mptcp/mptcp_olia.c:static struct tcp_congestion_ops mptcp_olia = {
net/mptcp/mptcp_wvegas.c:static struct tcp_congestion_ops mptcp_wvegas __read_mostly = {

desync

balia

ccc

olia

wvegas