るりまサーチ (Ruby 2.4.0)

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

別のキーワード

  1. _builtin constants
  2. module constants
  3. constants af_sip
  4. constants msg_eor
  5. constants pf_sip

ライブラリ

モジュール

検索結果

Socket::Constants::MSG_OOB -> Integer (72700.0)

Process out-of-band data。

Process out-of-band data。

BasicSocket#send, BasicSocket#sendmsg,
BasicSocket#recv, BasicSocket#recvmsg の
flags 引数に用います。

@see sys/socket.h(header),
send(2), sendto(2), sendmsg(2),
recv(2), recvfrom(2), recvmsg(2),
send(2linux), recv(2linux),
send(2freebsd), recv(2freebsd)