net_db.h
Go to the documentation of this file.
Definition: CachePeer.h:31
Definition: HttpRequest.h:49
Definition: Address.h:41
Definition: PeerSelectState.h:60
Definition: Store.h:42
Definition: net_db.h:25
MEMPROXY_CLASS(net_db_name)
Definition: net_db.h:38
const char * peername
associated CachePeer::host (i.e. cache_peer hostname, not name=value!)
Definition: net_db.h:41
Definition: net_db.h:50
MEMPROXY_CLASS(netdbEntry)
#define MAX_IPSTRLEN
Length of buffer that needs to be allocated to old a null-terminated IP-string.
Definition: forward.h:25
void netdbHostData(const char *host, int *samp, int *rtt, int *hops)
Definition: net_db.cc:977
void netdbExchangeUpdatePeer(Ip::Address &, CachePeer *, double, double)
Definition: net_db.cc:1043
void netdbUpdatePeer(const AnyP::Uri &, CachePeer *, int rtt, int hops)
Definition: net_db.cc:1002
void netdbHandlePingReply(const Ip::Address &from, int hops, int rtt)
Definition: net_db.cc:844