るりまサーチ (Ruby 2.2.0)

最速Rubyリファレンスマニュアル検索!
4件ヒット [1-4件を表示] (0.063秒)
トップページ > クエリ:Integer#times[x] > クエリ:times[x] > ライブラリ:socket[x] > バージョン:2.2.0[x] > モジュール:Socket::Constants[x]

別のキーワード

  1. _builtin times
  2. integer times
  3. process times
  4. times
  5. times _builtin

キーワード

検索結果

Socket::Constants::SCM_TIMESTAMP -> Integer (18613.0)

Timestamp (timeval).

...Timestamp (timeval).

Socket
::AncillaryData の type として利用します。

@see Socket::AncillaryData, Socket::AncillaryData#timestamp
BasicSocket#sendmsg, BasicSocket#recvmsg...

Socket::Constants::SCM_TIMESTAMPNS -> Integer (18613.0)

Timestamp (timespec).

...Timestamp (timespec).

Socket
::AncillaryData の type として利用します。

@see Socket::AncillaryData, Socket::AncillaryData#timestamp
BasicSocket#sendmsg, BasicSocket#recvmsg...

Socket::Constants::SO_TIMESTAMP -> Integer (18613.0)

Receive timestamp with datagrams (timeval)。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Receive timestamp with datagrams (timeval)。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see getsockopt(2freebsd),
socket
(7linux), Socket::Constants::SOL_SOCKET
Socket
::AncillaryData#timestamp...

Socket::Constants::SO_TIMESTAMPNS -> Integer (18613.0)

@todo Receive nanosecond timestamp with datagrams (timespec)。

...@todo
Receive nanosecond timestamp with datagrams (timespec)。

@see Socket::Constants::SO_TIMESTAMP,
Socket
::AncillaryData#timestamp...