mardi 3 mai 2011

AIX - KeepAlive TCP

Comment implémenter un KeepAlive TCP

Updating AIX
For an AIX client, there are three operating system keepalive parameters to change:
  • 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
On the AIX operating system, update these parameters using the "network option" command:
no -o tcp_keepidle=12
no -o tcp_keepintvl=2
no -o tcp_keepcnt=10

Aucun commentaire:

Enregistrer un commentaire