constant Socket::TCP_KEEPCNT

TCP_KEEPCNT -> Integer[permalink][rdoc][edit]

Maximum number of keepalive probes allowed before dropping a connection。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

[SEE_ALSO] tcp(7linux)