るりまサーチ

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

別のキーワード

  1. io/wait ready?
  2. io ready?
  3. smtp ready
  4. net/smtp ready

ライブラリ

キーワード

検索結果

Socket::MSG_HAVEMORE -> Integer (17.0)

@todo Data ready to be read

...@todo
Data ready to be read...

Socket::SO_WANTMORE -> Integer (17.0)

@todo Give a hint when more data is ready。

...@todo
Give a hint when more data is ready...

Socket::TCP_DEFER_ACCEPT -> Integer (17.0)

Don't notify a listening socket until data is ready。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Don't notify a listening socket until data is ready
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see tcp(7linux)...