るりまサーチ (Ruby 2.7.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.065秒)
トップページ > 種類:定数[x] > バージョン:2.7.0[x] > クエリ:MSG_DONTROUTE[x] > クラス:Socket[x]

別のキーワード

  1. socket msg_fin
  2. socket msg_oob
  3. socket msg_eof
  4. socket msg_eor
  5. socket msg_rst

ライブラリ

検索結果

Socket::MSG_DONTROUTE -> Integer (54310.0)

Send without using the routing tables。

...Send without using the routing tables。

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

@see sys/socket.h(header),
send(2linux)
send(2freebsd)...