axa 3.0.1
Farsight Security Advanced Exchange Access (AXA)
axa_client_t Struct Reference

AXA client state. More...

Data Fields

axa_io_t io
 I/O context.
 
struct timeval retry
 connection retry timer
 
time_t backoff
 connection back-off quantum
 
char * hello
 HELLO string from server.
 
bool have_id
 for AXA_P_OP_JOIN
 
axa_p_clnt_id_t clnt_id
 unique client ID
 

Detailed Description

AXA client state.

Field Documentation

◆ io

axa_io_t axa_client_t::io

I/O context.

◆ retry

struct timeval axa_client_t::retry

connection retry timer

◆ backoff

time_t axa_client_t::backoff

connection back-off quantum

◆ hello

char* axa_client_t::hello

HELLO string from server.

◆ have_id

bool axa_client_t::have_id

for AXA_P_OP_JOIN

◆ clnt_id

axa_p_clnt_id_t axa_client_t::clnt_id

unique client ID