Comment implémenter un KeepAlive TCP
For an AIX client, there are three operating system keepalive parameters to change:
On the AIX operating system, update these parameters using the "network option" command:- tcp_keepidle - the length of time to keep an idle TCP connection active
- tcp_keepintvl - the interval between packets sent to validate the TCP connection
- tcp_keepcnt - the number of keepalive probes to be sent before terminating the connection
no -o tcp_keepidle=12 no -o tcp_keepintvl=2 no -o tcp_keepcnt=10
Aucun commentaire:
Enregistrer un commentaire