るりまサーチ

最速Rubyリファレンスマニュアル検索!
110件ヒット [1-100件を表示] (0.188秒)
トップページ > クエリ:-[x] > クエリ:E[x] > クエリ:tr[x] > モジュール:Socket::Constants[x]

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

ライブラリ

検索結果

<< 1 2 > >>

Socket::Constants::INET6_ADDRSTRLEN -> Integer (15301.0)

IPv6アドレス文字列の最大長。

...IPv6アドレス文字列の最大長。

@see netinet/in.h(header)...

Socket::Constants::INET_ADDRSTRLEN -> Integer (15301.0)

IPv4アドレス文字列の最大長。

...IPv4アドレス文字列の最大長。

@see netinet/in.h(header)...

Socket::Constants::IP_PORTRANGE -> Integer (12301.0)

Set the port range for sockets with unspecified port numbers。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Set the port range for sockets with unspecified port numbers。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

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

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

ストリーム通信。 Socket.open の第二引数 type に使用します。

...ストリーム通信。
Socket.open の第二引数 type に使用します。

@see Socket.open, socket(2), socket(2linux),
socket(2freebsd)...

絞り込み条件を変える

Socket::Constants::SO_DONTROUTE -> Integer (12301.0)

Send without using the routing tables。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Send without using the routing tables。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see sys/socket.h(header), getsockopt(2freebsd),
socket(7linux), Socket::Constants::SOL_SOCKET...

Socket::Constants::SO_SECURITY_ENCRYPTION_TRANSPORT -> Integer (12301.0)

@todo

@todo

Socket::Constants::MSG_CTRUNC -> Integer (9301.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_TRUNC -> Integer (9301.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)...

Socket::Constants::SO_DONTTRUNC -> Integer (9301.0)

@todo Retain unread data

...@todo
Retain unread data...

絞り込み条件を変える

<< 1 2 > >>