Class DeadPeer
Information on a peer that is not reachable.
Inherited Members
Namespace: PeerTalk
Assembly: PeerTalk.dll
Syntax
public class DeadPeer
Properties
| Improve this Doc View SourceBackoff
How long to wait before attempting another connect.
Declaration
public TimeSpan Backoff { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |
NextAttempt
When another connect should be tried.
Declaration
public DateTime NextAttempt { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Peer
The peer that does not respond.
Declaration
public Peer Peer { get; set; }
Property Value
| Type | Description |
|---|---|
| Peer |