Class PeerState
Represents a Libplanet.Net.PeerState.Peer's state in the routing table.
Namespace: Libplanet.Net
Assembly: Libplanet.dll
Syntax
public class PeerState : object
Properties
| Improve this Doc View SourceAddress
Address of peer.
Declaration
public Address Address { get; }
Property Value
Type | Description |
---|---|
Address |
LastChecked
Last time the peer was verified.
Declaration
public DateTimeOffset? LastChecked { get; }
Property Value
Type | Description |
---|---|
Nullable<DateTimeOffset> |
LastUpdated
Last time messages were exchanged.
Declaration
public DateTimeOffset LastUpdated { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
Latency
Delay of verification in milliseconds.
Declaration
public TimeSpan? Latency { get; }
Property Value
Type | Description |
---|---|
Nullable<TimeSpan> |