Solaris’te milisaniye cinsinden TCP buffer timeout belirlenmesi:
Kabloda kopma yaşandığında ne kadar süre paketlerin gönderilememesi sonucunda bağlantının koptuğuna karar verecek TCP parametresi.
/usr/sbin/ndd -set /dev/tcp tcp_ip_abort_interval 1200000
diğerleri:
tcp_fin_timeout
tcp_frto
tcp_keepalive_intvl
tcp_keepalive_probes
tcp_retries1
tcp_retries2
/proc/sys/net/ipv4/
/etc/sysctl.conf
sysctl -w net.ipv4.tcp_keepalive_time=60 net.ipv4.tcp_keepalive_probes=3 net.ipv4.tcp_keepalive_intvl=10
https://www.gnugk.org/keepalive.html
https://qsli.github.io/2021/03/29/keepalive/
solaris
bcme.conf