るりまサーチ

最速Rubyリファレンスマニュアル検索!
744件ヒット [101-200件を表示] (0.030秒)
トップページ > クエリ:send[x] > ライブラリ:socket[x]

別のキーワード

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

クラス

モジュール

キーワード

検索結果

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

BasicSocket#sendmsg_nonblock(mesg, flags=0, dest_sockaddr=nil, *controls) -> Integer (6102.0)

sendmsg(2) を用いてノンブロッキング方式でメッセージを送ります。

...
send
msg(2) を用いてノンブロッキング方式でメッセージを送ります。

詳しくは BasicSocket#sendmsg を見てください。

@return 送ったバイト数
@param mesg メッセージ文字列
@param flags フラグ(Socket::MSG_* という定数の bitwise OR を取ったも...
...の)
@param dest_sockaddr 通信先のアドレス
@param controls 補助データの配列
@see BasicSocket#sendmsg...

Socket::Constants::IP_SENDSRCADDR -> Integer (6102.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 (6102.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 (36.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 (36.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 (30.0)

Sender will send more

...Sender will send more

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

@see send(2linux)...

Socket::MSG_MORE -> Integer (30.0)

Sender will send more

...Sender will send more

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

@see send(2linux)...

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

Data completes record。

...mpletes 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(2freeb...

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

Process out-of-band data。

...t-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(2freeb...
<< < 1 2 3 4 ... > >>