Class PeerState
Represents a Peer's state in the routing table.
Inherited Members
Namespace: Libplanet.Net
Assembly: Libplanet.dll
Syntax
public class PeerState
Properties
| Improve this Doc View SourceLastChecked
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> |
Peer
BoundPeer of the state.
Declaration
public BoundPeer Peer { get; set; }
Property Value
Type | Description |
---|---|
BoundPeer |