#include <clientinfo.h>
Public Types | |
typedef u_int32_t | ClientID |
Public Member Functions | |
ClientInfo (ClientID id, net::Socket *sk) | |
ClientID | getKeyID () |
time_t | setAckTime () |
int | setServicePort (uint16_t port) |
uint16_t | getServicePort () |
net::Socket * | getCtlSock () |
net::SocketAddress * | getSrvSocketAddr () |
bool | checkStatus () |
Definition at line 19 of file clientinfo.h.
time_t n2nc::ClientInfo::setAckTime | ( | ) |
Refresh the ack timestamp
Definition at line 22 of file clientinfo.cpp.
bool n2nc::ClientInfo::checkStatus | ( | ) |
Definition at line 26 of file clientinfo.cpp.