るりまサーチ

最速Rubyリファレンスマニュアル検索!
24件ヒット [1-24件を表示] (0.034秒)
トップページ > クエリ:Constant[x] > クエリ:SO_PEERCRED[x]

別のキーワード

  1. socket so_type
  2. socket so_bintime
  3. socket so_priority
  4. socket so_error
  5. socket so_wantmore

種類

ライブラリ

モジュール

検索結果

Socket::Constants::SO_PEERCRED -> Integer (21101.0)

The credentials of the foreign process connected to this socket。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...The credentials of the foreign process connected to this socket。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see socket(7linux), unix(7linux), socketpair(2linux),
Socket::Constants::SOL_SOCKET...

ruby 1.6 feature (36.0)

ruby 1.6 feature ruby version 1.6 は安定版です。この版での変更はバグ修正がメイン になります。

...rrno::EAGAIN
Errno::EWOULDBLOCK

=> ruby 1.6.8 (2002-12-24) [i586-linux]
Errno::EAGAIN
-:2: uninitialized constant EWOULDBLOCK at Errno (NameError)

=> ruby 1.6.8 (2003-02-13) [i586-linux]
Errno::EAGAIN
Errno::EAGAIN

== 1.6.7 (2...
...が効いていませんでした。((<ruby-dev:16379>))

autoload :Fcntl, "fcntl"
require "fcntl"

=> -:2:in `require': uninitialized constant Fcntl (NameError)
from -:2
ruby 1.6.7 (2002-03-01) [i586-linux]

=> ruby 1.6.7 (2002-03-15) [i586-linux]

: 2002-03-13 ((...
...降で使えます)
((<ruby-ext:01760>))

: ((<Socket::Constants>))

ソケット関連の定数のうち以下が新規に追加されました(システムに定義さ
れている場合に限る)。

SO_PASSCRED
SO_PEERCRED

SO_RCVLOWAT
SO_SNDLOWAT
SO_RCVTIMEO
SO_SNDT...