るりまサーチ

最速Rubyリファレンスマニュアル検索!
9588件ヒット [1-100件を表示] (0.055秒)
トップページ > クエリ:sock[x] > 種類:定数[x]

別のキーワード

  1. socket sock_raw
  2. socket sock_rdm
  3. socket sock_dgram
  4. socket sock_packet
  5. socket sock_stream

ライブラリ

クラス

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

Socket::Constants::SOCK_DGRAM -> Integer (9102.0)

データグラム通信。 Socket.open の第二引数 type に使用します。

...データグラム通信。
Sock
et.open の第二引数 type に使用します。

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

Socket::Constants::SOCK_PACKET -> Integer (9102.0)

デバイスレベルインターフェース。Obsoleteであり使うべきではない。 Socket.open の第二引数 type に使用します。

...デバイスレベルインターフェース。Obsoleteであり使うべきではない。
Sock
et.open の第二引数 type に使用します。

@see packet(7linux), Socket.open...

Socket::Constants::SOCK_RAW -> Integer (9102.0)

RAW ソケット。 Socket.open の第二引数 type に使用します。

...RAW ソケット。
Sock
et.open の第二引数 type に使用します。

@see sys/socket.h(header), socket(2linux),
raw(7linux), Socket.open...

Socket::Constants::SOCK_RDM -> Integer (9102.0)

信頼性のあるデータグラム通信。 Socket.open の第二引数 type に使用します。

...信頼性のあるデータグラム通信。
Sock
et.open の第二引数 type に使用します。

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

Socket::Constants::SOCK_SEQPACKET -> Integer (9102.0)

固定最大長を持つストリーム通信。 Socket.open の第二引数 type に使用します。

...固定最大長を持つストリーム通信。
Sock
et.open の第二引数 type に使用します。

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

絞り込み条件を変える

Socket::Constants::SOCK_STREAM -> Integer (9102.0)

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

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

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

Socket::SOCK_DGRAM -> Integer (9102.0)

データグラム通信。 Socket.open の第二引数 type に使用します。

...データグラム通信。
Sock
et.open の第二引数 type に使用します。

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

Socket::SOCK_PACKET -> Integer (9102.0)

デバイスレベルインターフェース。Obsoleteであり使うべきではない。 Socket.open の第二引数 type に使用します。

...デバイスレベルインターフェース。Obsoleteであり使うべきではない。
Sock
et.open の第二引数 type に使用します。

@see packet(7linux), Socket.open...

Socket::SOCK_RAW -> Integer (9102.0)

RAW ソケット。 Socket.open の第二引数 type に使用します。

...RAW ソケット。
Sock
et.open の第二引数 type に使用します。

@see sys/socket.h(header), socket(2linux),
raw(7linux), Socket.open...
<< 1 2 3 ... > >>