るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.059秒)
トップページ > クエリ:Integer[x] > クエリ:on[x] > クエリ:TCP_KEEPCNT[x]

別のキーワード

  1. optparse on
  2. optionparser on
  3. tracer on
  4. thread abort_on_exception
  5. thread abort_on_exception=

ライブラリ

モジュール

検索結果

Socket::Constants::TCP_KEEPCNT -> Integer (21202.0)

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

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

@see tcp(7linux)...