cherishman2005 / rtc_tools

rtc ffmpeg
3 stars 0 forks source link

查询net.ipv4.tcp_syn_retries #7

Closed cherishman2005 closed 2 years ago

cherishman2005 commented 2 years ago

查询net.ipv4.tcp_syn_retries

【查询方法1】

# cat /proc/sys/net/ipv4/tcp_syn_retries
3

【查询方法2】

# sysctl -a | grep net.ipv4.tcp_syn_retries
sysctl: reading key "net.ipv6.conf.all.stable_secret"
net.ipv4.tcp_syn_retries = 3
sysctl: reading key "net.ipv6.conf.default.stable_secret"
sysctl: reading key "net.ipv6.conf.eth0.stable_secret"
sysctl: reading key "net.ipv6.conf.eth1.stable_secret"
sysctl: reading key "net.ipv6.conf.lo.stable_secret"

参考连接