るりまサーチ (Ruby 2.2.0)

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

別のキーワード

  1. rake timestamp
  2. socket so_timestamp
  3. socket scm_timestamp
  4. etc pc_timestamp_resolution
  5. task timestamp

クラス

モジュール

検索結果

Socket::AncillaryData#timestamp -> Time (54418.0)

タイムスタンプ制御メッセージに含まれる時刻を Time オブジェクト で返します。

...以下のいずれかです。
* SOL_SOCKET/SCM_TIMESTAMP (micro second) GNU/Linux, FreeBSD, NetBSD, OpenBSD, Solaris, MacOS X
* SOL_SOCKET/SCM_TIMESTAMPNS (nano second) GNU/Linux
* SOL_SOCKET/SCM_BINTIME (2**(-64) second) FreeBSD

require 'socket'

Addrinfo.udp("127.0.0.1", 0).bind {|s...
...1|
Addrinfo.udp("127.0.0.1", 0).bind {|s2|
s1.setsockopt(:SOCKET, :TIMESTAMP, true)
s2.send "a", 0, s1.local_address
ctl = s1.recvmsg.last
p ctl
#=> #<Socket::AncillaryData: INET SOCKET TIMESTAMP 2009-02-24 17:35:46.775581>
t = ctl.timestamp
p t...
...00
p t.usec #=> 775581
p t.nsec #=> 775581000
}
}

@see Socket::Constants::SCM_TIMESTAMP,
Socket
::Constants::SCM_TIMESTAMPNS,
Socket
::Constants::SCM_BINTIME,
Socket
::Constants::SO_TIMESTAMP,
Socket
::Constants::SO_TIMESTAMPNS,
Socket
::Constants::SO_BINTIME...

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

@todo Receive nanosecond timestamp with datagrams (timespec)。

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

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

Socket::SO_TIMESTAMPNS -> Integer (18391.0)

@todo Receive nanosecond timestamp with datagrams (timespec)。

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

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

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

Timestamp (timeval).

...Timestamp (timeval).

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

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

Socket::Constants::SO_TIMESTAMP -> Integer (18376.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::SCM_TIMESTAMP -> Integer (18376.0)

Timestamp (timeval).

...Timestamp (timeval).

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

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

Socket::SO_TIMESTAMP -> Integer (18376.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::SCM_TIMESTAMPNS -> Integer (18373.0)

Timestamp (timespec).

...Timestamp (timespec).

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

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

Socket::SCM_TIMESTAMPNS -> Integer (18373.0)

Timestamp (timespec).

...Timestamp (timespec).

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

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

Socket::Constants::SO_BINTIME -> Integer (91.0)

Timestamp (bintime)。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Timestamp (bintime)。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

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

絞り込み条件を変える

Socket::SO_BINTIME -> Integer (91.0)

Timestamp (bintime)。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Timestamp (bintime)。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

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

Socket::Constants::SCM_BINTIME -> Integer (73.0)

Timestamp (bintime).

...Timestamp (bintime).

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

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

Socket::SCM_BINTIME -> Integer (73.0)

Timestamp (bintime).

...Timestamp (bintime).

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

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