single struct that contains all (exposed) remote host state More...
#include <srv-hosts.h>
Public Member Functions | |
host_rec_t (void) throw () | |
void | clear (void) throw () |
bool | isValid (void) const throw () |
Public Attributes | |
eHostMode | mode |
int | udpPort |
conn_id_t | udpConn |
conn_id_t | tcpConn |
long | udpToken |
dword_t | lastUdpReceived |
smart_ptr< crypto::RSAPublicKey > | publicKey |
smart_ptr< crypto::DESKey > | desKey |
smart_ptr< xdrbuf::Output > | outbuf |
smart_ptr< netrq::Queue > | netQueue |
single struct that contains all (exposed) remote host state
Definition at line 58 of file srv-hosts.h.
aesop::host_rec_t::host_rec_t | ( | void | ) | throw () [inline] |
Definition at line 59 of file srv-hosts.h.