るりまサーチ

最速Rubyリファレンスマニュアル検索!
1131件ヒット [201-300件を表示] (0.012秒)

別のキーワード

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

ライブラリ

モジュール

検索結果

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

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

Sender will send more

...Sender will send more

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

@see send(2linux)...

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

Do not generate SIGPIPE

...Do not generate SIGPIPE

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

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

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

Process out-of-band data。

...rocess 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), re...

Socket::Constants::MSG_PEEK -> Integer (6101.0)

Peek at incoming message。

...eek 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), re...

Socket::Constants::MSG_PROXY -> Integer (6101.0)

@todo Wait for full request

@todo
Wait for full request

絞り込み条件を変える

Socket::Constants::MSG_RCVMORE -> Integer (6101.0)

@todo Data remains in the current packet

@todo
Data remains in the current packet

Socket::Constants::MSG_RST -> Integer (6101.0)

@todo

@todo

Socket::Constants::MSG_SEND -> Integer (6101.0)

@todo Send the packet in so_temp

@todo
Send the packet in so_temp

Socket::Constants::MSG_SYN -> Integer (6101.0)

@todo

@todo
<< < 1 2 3 4 5 ... > >>