seq property

int seq
final

Seq is a monotonically-increasing sequence counter that's used to order PeerRecords in time. The interval between Seq values is unspecified, but newer PeerRecords MUST have a greater Seq value than older records for the same peer.

Implementation

final int seq;