ResolveAttempt

Embodies the idea of an address resolution attempt.

Members

Enums

ResolveState
enum ResolveState

The various states an address resolution attempt may be in.

Variables

errno
int errno;

errno at time of resolve.

error
string error;

The error message as thrown by an exception.

retryNum
uint retryNum;

The number of retries so far towards this address.

state
ResolveState state;

The current state of the attempt.