Show / Hide Table of Contents

Class PeerState

Represents a Libplanet.Net.PeerState.Peer's state in the routing table.

Inheritance
Object
PeerState
Namespace: Libplanet.Net
Assembly: Libplanet.dll
Syntax
public class PeerState : object

Properties

| Improve this Doc View Source

Address

Address of peer.

Declaration
public Address Address { get; }
Property Value
Type Description
Address
| Improve this Doc View Source

LastChecked

Last time the peer was verified.

Declaration
public DateTimeOffset? LastChecked { get; }
Property Value
Type Description
Nullable<DateTimeOffset>
| Improve this Doc View Source

LastUpdated

Last time messages were exchanged.

Declaration
public DateTimeOffset LastUpdated { get; }
Property Value
Type Description
DateTimeOffset
| Improve this Doc View Source

Latency

Delay of verification in milliseconds.

Declaration
public TimeSpan? Latency { get; }
Property Value
Type Description
Nullable<TimeSpan>
  • Improve this Doc
  • View Source
Back to top Copyright © 2019–2020 Planetarium