るりまサーチ

最速Rubyリファレンスマニュアル検索!
440件ヒット [1-100件を表示] (0.091秒)

別のキーワード

  1. socket send
  2. udpsocket send
  3. socket msg_send
  4. object send
  5. _builtin send

ライブラリ

クラス

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

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

@todo Send the packet in so_temp

...@todo
Send
the packet in so_temp...

Socket::MSG_SEND -> Integer (6118.0)

@todo Send the packet in so_temp

...@todo
Send
the packet in so_temp...

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

ource address for outgoing UDP datagrams。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...ource address for outgoing UDP datagrams。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP, ip(4freebsd)...

Socket::IP_SENDSRCADDR -> Integer (6101.0)

ource address for outgoing UDP datagrams。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...ource address for outgoing UDP datagrams。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP, ip(4freebsd)...

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

Sender will send more

...Sender will send more

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

@see send(2linux)...

Socket::MSG_MORE -> Integer (29.0)

Sender will send more

...Sender will send more

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

@see send(2linux)...

Socket::Constants::MSG_EOR -> Integer (25.0)

Data completes record。

...tes record。

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

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

Process out-of-band data。

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

絞り込み条件を変える

<< 1 2 3 ... > >>