るりまサーチ

最速Rubyリファレンスマニュアル検索!
444件ヒット [101-200件を表示] (0.039秒)
トップページ > クエリ:@[x] > クエリ:sendmsg[x]

別のキーワード

  1. socket sendmsg
  2. basicsocket sendmsg
  3. socket sendmsg_nonblock
  4. basicsocket sendmsg_nonblock
  5. sendmsg socket

ライブラリ

クラス

モジュール

検索結果

<< < 1 2 3 4 ... > >>

Socket::MSG_PEEK -> Integer (18.0)

Peek at incoming message。

...Peek at incoming message。

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), r...

Socket::Constants::MSG_CONFIRM -> Integer (12.0)

Confirm path validity

...Confirm path validity

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

@
see send(2linux)...

Socket::Constants::MSG_CTRUNC -> Integer (12.0)

Control data lost before delivery。

...Control data lost before delivery。

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

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

Socket::Constants::MSG_DONTROUTE -> Integer (12.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)...

Socket::Constants::MSG_DONTWAIT -> Integer (12.0)

This message should be non-blocking。

...This message should be non-blocking。

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

@
see send(2linux), recv(2linux),
recv(2freebsd)...

絞り込み条件を変える

Socket::Constants::MSG_EOF -> Integer (12.0)

Data completes connection。

...Data completes connection。

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

@
see send(2freebsd)...

Socket::Constants::MSG_MORE -> Integer (12.0)

Sender will send more

...Sender will send more

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

@
see send(2linux)...

Socket::Constants::MSG_NOSIGNAL -> Integer (12.0)

Do not generate SIGPIPE

...Do not generate SIGPIPE

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

@
see send(2linux), send(2freebsd)...

Socket::Constants::MSG_TRUNC -> Integer (12.0)

Data discarded before delivery。

...Data discarded before delivery。

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

@
see sys/socket.h(header),
send(2linux), recv(2linux),
send(2freebsd), recv(2freebsd)...
<< < 1 2 3 4 ... > >>