#include <CachePeer.h>

Classes | |
| struct | icp_ |
Public Member Functions | |
| CachePeer (const char *hostname) | |
| ~CachePeer () | |
| void | noteSuccess () |
| reacts to a successful establishment of a connection to this cache_peer More... | |
| void | noteFailure (Http::StatusCode code) |
| void | rename (const char *) |
| (re)configure cache_peer name=value More... | |
| time_t | connectTimeout () const |
Public Attributes | |
| u_int | index = 0 |
| n-th cache_peer directive, starting with 1 More... | |
| char * | name = nullptr |
| char * | host = nullptr |
| peer_t | type = PEER_NONE |
| Ip::Address | in_addr |
| struct { | |
| int pings_sent = 0 | |
| int pings_acked = 0 | |
| int fetches = 0 | |
| int rtt = 0 | |
| int ignored_replies = 0 | |
| int n_keepalives_sent = 0 | |
| int n_keepalives_recv = 0 | |
| time_t probe_start = 0 | |
| time_t last_query = 0 | |
| time_t last_reply = 0 | |
| time_t last_connect_failure = 0 | |
| time_t last_connect_probe = 0 | |
| int logged_state = PEER_ALIVE | |
| so we can print dead/revived msgs More... | |
| int conn_open = 0 | |
| current opened connections More... | |
| } | stats |
| struct CachePeer::icp_ | icp |
| struct { | |
| double version = 0.0 | |
| int counts [2] = {0, 0} | |
| unsigned short port = 0 | |
| } | htcp |
| unsigned short | http_port = CACHE_HTTP_PORT |
| NeighborTypeDomainList * | typelist = nullptr |
| acl_access * | access = nullptr |
| struct { | |
| bool proxy_only = false | |
| bool no_query = false | |
| bool background_ping = false | |
| bool no_digest = false | |
| bool default_parent = false | |
| bool roundrobin = false | |
| bool weighted_roundrobin = false | |
| bool mcast_responder = false | |
| bool closest_only = false | |
| bool htcp = false | |
| bool htcp_oldsquid = false | |
| bool htcp_no_clr = false | |
| bool htcp_no_purge_clr = false | |
| bool htcp_only_clr = false | |
| bool htcp_forward_clr = false | |
| bool no_netdb_exchange = false | |
| bool no_delay = false | |
| bool allow_miss = false | |
| bool carp = false | |
| struct { | |
| bool set = false | |
| bool scheme = false | |
| bool host = false | |
| bool port = false | |
| bool path = false | |
| bool params = false | |
| } carp_key | |
| bool userhash = false | |
| bool sourcehash = false | |
| bool originserver = false | |
| bool no_tproxy = false | |
| bool mcast_siblings = false | |
| bool auth_no_keytab = false | |
| } | options |
| int | weight = 1 |
| int | basetime = 0 |
| struct { | |
| double avg_n_members = 0.0 | |
| int n_times_counted = 0 | |
| int n_replies_expected = 0 | |
| int ttl = 0 | |
| int id = 0 | |
| struct { | |
| bool count_event_pending = false | |
| bool counting = false | |
| } flags | |
| } | mcast |
| PeerDigest * | digest = nullptr |
| char * | digest_url = nullptr |
| int | tcp_up = 0 |
| bool | reprobe = false |
| whether to do another TCP probe after current TCP probes More... | |
| Ip::Address | addresses [10] |
| int | n_addresses = 0 |
| int | rr_count = 0 |
| int | testing_now = 0 |
| struct { | |
| unsigned int hash = 0 | |
| double load_multiplier = 0.0 | |
| double load_factor = 0.0 | |
| normalized weight value More... | |
| } | carp |
| struct { | |
| unsigned int hash = 0 | |
| double load_multiplier = 0.0 | |
| double load_factor = 0.0 | |
| normalized weight value More... | |
| } | userhash |
| struct { | |
| unsigned int hash = 0 | |
| double load_multiplier = 0.0 | |
| double load_factor = 0.0 | |
| normalized weight value More... | |
| } | sourcehash |
| char * | login = nullptr |
| time_t | connect_timeout_raw = 0 |
| connect_timeout; use connectTimeout() instead! More... | |
| int | connect_fail_limit = 0 |
| int | max_conn = 0 |
| struct { | |
| PconnPool * pool = nullptr | |
| idle connection pool for this peer More... | |
| CbcPointer< PeerPoolMgr > mgr | |
| pool manager More... | |
| int limit = 0 | |
| the limit itself More... | |
| bool waitingForClose = false | |
| a conn must close before we open a standby conn More... | |
| } | standby |
| optional "cache_peer standby=limit" feature More... | |
| char * | domain = nullptr |
| Forced domain. More... | |
| Security::PeerOptions | secure |
| security settings for peer connection More... | |
| Security::ContextPointer | sslContext |
| Security::SessionStatePointer | sslSession |
| int | front_end_https = 0 |
| 0 - off, 1 - on, 2 - auto More... | |
| int | connection_auth = 2 |
| 0 - off, 1 - on, 2 - auto More... | |
Private Member Functions | |
| CBDATA_CLASS (CachePeer) | |
| void | countFailure () |
| noteFailure() helper for handling failures attributed to this peer More... | |
Detailed Description
Definition at line 30 of file CachePeer.h.
Constructor & Destructor Documentation
◆ CachePeer()
|
explicit |
Definition at line 23 of file CachePeer.cc.
◆ ~CachePeer()
| CachePeer::~CachePeer | ( | ) |
Definition at line 30 of file CachePeer.cc.
References access, aclDestroyAccessList(), cbdataReferenceValidDone, PeerPoolMgr::Checkpoint(), digest, digest_url, domain, host, login, name, NeighborTypeDomainList::next, peerDigestNotePeerGone(), standby, typelist, and xfree.
Member Function Documentation
◆ CBDATA_CLASS()
|
private |
◆ connectTimeout()
| time_t CachePeer::connectTimeout | ( | ) | const |
- Returns
- the effective connect timeout for the given peer
Definition at line 119 of file CachePeer.cc.
References Config, connect_timeout_raw, SquidConfig::peer_connect, and SquidConfig::Timeout.
Referenced by Comm::Connection::connectTimeout(), PeerPoolMgr::handleOpenedConnection(), PeerPoolMgr::openNewConnection(), and peerProbeConnect().
◆ countFailure()
|
private |
Definition at line 85 of file CachePeer.cc.
References assert, DBG_IMPORTANT, debugs, name, neighborTypeStr(), PEER_ALIVE, PEER_DEAD, squid_curtime, stats, and tcp_up.
Referenced by noteFailure().
◆ noteFailure()
| void CachePeer::noteFailure | ( | Http::StatusCode | code | ) |
reacts to a failure on a connection to this cache_peer
- Parameters
-
code a received response status code, if any
Definition at line 73 of file CachePeer.cc.
References code, countFailure(), and Http::Is4xx().
Referenced by NoteOutgoingConnectionFailure(), and peerProbeConnectDone().
◆ noteSuccess()
| void CachePeer::noteSuccess | ( | ) |
Definition at line 61 of file CachePeer.cc.
References connect_fail_limit, debugs, peerAlive(), and tcp_up.
Referenced by NoteOutgoingConnectionSuccess(), and peerProbeConnectDone().
◆ rename()
| void CachePeer::rename | ( | const char * | newName | ) |
Member Data Documentation
◆ access
| acl_access* CachePeer::access = nullptr |
Definition at line 105 of file CachePeer.h.
Referenced by ~CachePeer(), and peerAllowedToUse().
◆ addresses
| Ip::Address CachePeer::addresses[10] |
Definition at line 180 of file CachePeer.h.
Referenced by PeerPoolMgr::openNewConnection(), peerDNSConfigure(), and peerProbeConnect().
◆ allow_miss
| bool CachePeer::allow_miss = false |
Definition at line 129 of file CachePeer.h.
Referenced by dump_peer_options(), and HttpStateData::sendRequest().
◆ auth_no_keytab
| bool CachePeer::auth_no_keytab = false |
Definition at line 148 of file CachePeer.h.
Referenced by HttpRequest::prepForPeering().
◆ avg_n_members
| double CachePeer::avg_n_members = 0.0 |
Definition at line 155 of file CachePeer.h.
Referenced by peerCountMcastPeersAbort().
◆ background_ping
| bool CachePeer::background_ping = false |
Definition at line 110 of file CachePeer.h.
Referenced by dump_peer_options(), and peerWouldBePinged().
◆ basetime
| int CachePeer::basetime = 0 |
Definition at line 152 of file CachePeer.h.
Referenced by getWeightedRoundRobinParent(), PeerSelector::handleHtcpParentMiss(), and PeerSelector::handleIcpParentMiss().
◆ carp [1/2]
| bool CachePeer::carp = false |
Definition at line 130 of file CachePeer.h.
Referenced by dump_peer_options().
◆ [2/2]
| struct { ... } CachePeer::carp |
◆
| struct { ... } CachePeer::carp_key |
◆ closest_only
| bool CachePeer::closest_only = false |
Definition at line 116 of file CachePeer.h.
Referenced by dump_peer_options(), PeerSelector::handleHtcpParentMiss(), and PeerSelector::handleIcpParentMiss().
◆ conn_open
| int CachePeer::conn_open = 0 |
Definition at line 85 of file CachePeer.h.
Referenced by peerCanOpenMore(), and peerConnClosed().
◆ connect_fail_limit
| int CachePeer::connect_fail_limit = 0 |
Definition at line 205 of file CachePeer.h.
Referenced by dump_peer_options(), and noteSuccess().
◆ connect_timeout_raw
| time_t CachePeer::connect_timeout_raw = 0 |
Definition at line 204 of file CachePeer.h.
Referenced by connectTimeout(), and dump_peer_options().
◆ connection_auth
| int CachePeer::connection_auth = 2 |
Definition at line 224 of file CachePeer.h.
Referenced by dump_peer_options(), and HttpStateData::peerSupportsConnectionPinning().
◆ count_event_pending
| bool CachePeer::count_event_pending = false |
Definition at line 162 of file CachePeer.h.
Referenced by peerCountMcastPeersCreateAndSend(), and peerCountMcastPeersSchedule().
◆ counting
| bool CachePeer::counting = false |
Definition at line 163 of file CachePeer.h.
Referenced by peerCountMcastPeersAbort(), and peerCountMcastPeersCreateAndSend().
◆ counts
| int CachePeer::counts[2] = {0, 0} |
Definition at line 98 of file CachePeer.h.
Referenced by neighborAliveHtcp().
◆ default_parent
| bool CachePeer::default_parent = false |
Definition at line 112 of file CachePeer.h.
Referenced by dump_peer_options().
◆ digest
| PeerDigest* CachePeer::digest = nullptr |
Definition at line 168 of file CachePeer.h.
Referenced by ~CachePeer(), and peerDigestLookup().
◆ digest_url
| char* CachePeer::digest_url = nullptr |
Definition at line 169 of file CachePeer.h.
Referenced by ~CachePeer(), and dump_peer_options().
◆ domain
| char* CachePeer::domain = nullptr |
Definition at line 216 of file CachePeer.h.
Referenced by ~CachePeer(), dump_peer_options(), and HttpRequest::prepForPeering().
◆ fetches
| int CachePeer::fetches = 0 |
Definition at line 74 of file CachePeer.h.
Referenced by snmp_meshPtblFn().
◆
| struct { ... } CachePeer::flags |
◆ front_end_https
| int CachePeer::front_end_https = 0 |
Definition at line 223 of file CachePeer.h.
Referenced by HttpStateData::sendRequest().
◆ hash
| unsigned int CachePeer::hash = 0 |
Definition at line 186 of file CachePeer.h.
◆ host [1/2]
| char* CachePeer::host = nullptr |
The lowercase version of the configured cache_peer hostname. May not be unique among cache_peers. Never nil.
Definition at line 65 of file CachePeer.h.
Referenced by CachePeer(), ~CachePeer(), TunnelStateData::getHost(), netdbExchangeStart(), netdbExchangeUpdatePeer(), netdbPeerAdd(), netdbUpdatePeer(), PeerSelector::noteIps(), peerAlive(), peerNoteDigestLookup(), peerProbeConnect(), PeerSelector::resolveSelected(), HttpStateData::sendRequest(), snmp_meshPtblFn(), PeerPoolMgr::start(), and switchToTunnel().
◆ host [2/2]
| bool CachePeer::host = false |
Definition at line 134 of file CachePeer.h.
◆ [1/2]
| struct { ... } CachePeer::htcp |
Referenced by dump_peer_options(), and neighborAliveHtcp().
◆ htcp [2/2]
| bool CachePeer::htcp = false |
Definition at line 118 of file CachePeer.h.
◆ htcp_forward_clr
| bool CachePeer::htcp_forward_clr = false |
Definition at line 123 of file CachePeer.h.
◆ htcp_no_clr
| bool CachePeer::htcp_no_clr = false |
Definition at line 120 of file CachePeer.h.
Referenced by dump_peer_options().
◆ htcp_no_purge_clr
| bool CachePeer::htcp_no_purge_clr = false |
Definition at line 121 of file CachePeer.h.
Referenced by dump_peer_options().
◆ htcp_oldsquid
| bool CachePeer::htcp_oldsquid = false |
Definition at line 119 of file CachePeer.h.
Referenced by dump_peer_options(), htcpClear(), and htcpQuery().
◆ htcp_only_clr
| bool CachePeer::htcp_only_clr = false |
Definition at line 122 of file CachePeer.h.
Referenced by dump_peer_options().
◆ http_port
| unsigned short CachePeer::http_port = CACHE_HTTP_PORT |
Definition at line 103 of file CachePeer.h.
Referenced by netdbExchangeStart(), PeerPoolMgr::openNewConnection(), peerAllowedToUse(), peerProbeConnect(), and snmp_meshPtblFn().
◆ icp
| struct CachePeer::icp_ CachePeer::icp |
Referenced by neighborAlive(), neighborsUdpAck(), peerDNSConfigure(), peerWouldBePinged(), and snmp_meshPtblFn().
◆ id
| int CachePeer::id = 0 |
Definition at line 159 of file CachePeer.h.
Referenced by peerCountMcastPeersCreateAndSend().
◆ ignored_replies
| int CachePeer::ignored_replies = 0 |
Definition at line 76 of file CachePeer.h.
Referenced by neighborCountIgnored(), and snmp_meshPtblFn().
◆ in_addr
| Ip::Address CachePeer::in_addr |
Definition at line 69 of file CachePeer.h.
Referenced by PeerSelector::handleHtcpParentMiss(), PeerSelector::handleIcpParentMiss(), htcpClear(), htcpQuery(), peerCountMcastPeersCreateAndSend(), and peerDNSConfigure().
◆ index
| u_int CachePeer::index = 0 |
Definition at line 52 of file CachePeer.h.
Referenced by snmp_meshPtblFn().
◆ last_connect_failure
| time_t CachePeer::last_connect_failure = 0 |
Definition at line 82 of file CachePeer.h.
◆ last_connect_probe
| time_t CachePeer::last_connect_probe = 0 |
Definition at line 83 of file CachePeer.h.
Referenced by peerProbeConnect(), and peerProbeIsBusy().
◆ last_query
| time_t CachePeer::last_query = 0 |
Definition at line 80 of file CachePeer.h.
Referenced by peerWouldBePinged().
◆ last_reply
| time_t CachePeer::last_reply = 0 |
Definition at line 81 of file CachePeer.h.
Referenced by peerAlive().
◆ limit
| int CachePeer::limit = 0 |
Definition at line 212 of file CachePeer.h.
Referenced by PeerPoolMgr::checkpoint(), PeerPoolMgr::doneAll(), and dump_peer_options().
◆ load_factor
| double CachePeer::load_factor = 0.0 |
Definition at line 188 of file CachePeer.h.
◆ load_multiplier
| double CachePeer::load_multiplier = 0.0 |
Definition at line 187 of file CachePeer.h.
◆ logged_state
| int CachePeer::logged_state = PEER_ALIVE |
Definition at line 84 of file CachePeer.h.
Referenced by peerAlive().
◆ login
| char* CachePeer::login = nullptr |
Definition at line 203 of file CachePeer.h.
Referenced by ~CachePeer(), dump_peer_options(), netdbExchangeStart(), and HttpRequest::prepForPeering().
◆ max_conn
| int CachePeer::max_conn = 0 |
Definition at line 206 of file CachePeer.h.
Referenced by dump_peer_options(), and peerCanOpenMore().
◆
| struct { ... } CachePeer::mcast |
◆ mcast_responder
| bool CachePeer::mcast_responder = false |
Definition at line 115 of file CachePeer.h.
Referenced by dump_peer_options(), ignoreMulticastReply(), and peerWouldBePinged().
◆ mcast_siblings
| bool CachePeer::mcast_siblings = false |
Definition at line 146 of file CachePeer.h.
Referenced by dump_peer_options(), neighborType(), and peerAllowedToUse().
◆ mgr
| CbcPointer<PeerPoolMgr> CachePeer::mgr |
Definition at line 211 of file CachePeer.h.
Referenced by peerAlive(), peerConnClosed(), and peerDNSConfigure().
◆ n_addresses
| int CachePeer::n_addresses = 0 |
Definition at line 181 of file CachePeer.h.
Referenced by neighborUp(), PeerPoolMgr::openNewConnection(), peerAlive(), peerDNSConfigure(), peerProbeConnect(), and peerWouldBePinged().
◆ n_keepalives_recv
| int CachePeer::n_keepalives_recv = 0 |
Definition at line 78 of file CachePeer.h.
Referenced by HttpStateData::keepaliveAccounting(), HttpStateData::sendRequest(), and snmp_meshPtblFn().
◆ n_keepalives_sent
| int CachePeer::n_keepalives_sent = 0 |
Definition at line 77 of file CachePeer.h.
Referenced by HttpStateData::keepaliveAccounting(), HttpStateData::sendRequest(), and snmp_meshPtblFn().
◆ n_replies_expected
| int CachePeer::n_replies_expected = 0 |
Definition at line 157 of file CachePeer.h.
Referenced by peerCountMcastPeersAbort().
◆ n_times_counted
| int CachePeer::n_times_counted = 0 |
Definition at line 156 of file CachePeer.h.
Referenced by peerCountMcastPeersAbort().
◆ name
| char* CachePeer::name = nullptr |
cache_peer name (if explicitly configured) or hostname (otherwise). Unique across already configured cache_peers in the current configuration. The value may change during CachePeer configuration. The value affects various peer selection hashes (e.g., carp.hash). Preserves configured spelling (i.e. does not lower letters case). Never nil.
Definition at line 60 of file CachePeer.h.
Referenced by ~CachePeer(), countFailure(), operator<<(), parse_peer_access(), rename(), and HierarchyLogEntry::resetPeerNotes().
◆ no_delay
| bool CachePeer::no_delay = false |
Definition at line 127 of file CachePeer.h.
Referenced by HttpStateData::HttpStateData(), dump_peer_options(), and switchToTunnel().
◆ no_digest
| bool CachePeer::no_digest = false |
Definition at line 111 of file CachePeer.h.
Referenced by dump_peer_options().
◆ no_netdb_exchange
| bool CachePeer::no_netdb_exchange = false |
Definition at line 125 of file CachePeer.h.
Referenced by dump_peer_options(), and peerDNSConfigure().
◆ no_query
| bool CachePeer::no_query = false |
Definition at line 109 of file CachePeer.h.
Referenced by dump_peer_options(), neighborUp(), and peerWouldBePinged().
◆ no_tproxy
| bool CachePeer::no_tproxy = false |
Definition at line 144 of file CachePeer.h.
Referenced by dump_peer_options().
◆
| struct { ... } CachePeer::options |
Referenced by HttpStateData::HttpStateData(), dump_peer_options(), PeerSelector::handleHtcpParentMiss(), PeerSelector::handleIcpParentMiss(), htcpClear(), htcpQuery(), ignoreMulticastReply(), neighborType(), neighborUp(), neighborUpdateRtt(), peerAllowedToUse(), peerCountHandleIcpReply(), peerDNSConfigure(), HttpStateData::peerSupportsConnectionPinning(), peerWouldBePinged(), HttpRequest::prepForPeering(), HttpStateData::sendRequest(), and switchToTunnel().
◆ originserver
| bool CachePeer::originserver = false |
Definition at line 143 of file CachePeer.h.
Referenced by HttpStateData::HttpStateData(), dump_peer_options(), peerAllowedToUse(), and HttpStateData::peerSupportsConnectionPinning().
◆ params
| bool CachePeer::params = false |
Definition at line 137 of file CachePeer.h.
Referenced by Comm::ConnOpener::createFd(), and Comm::ConnOpener::sendAnswer().
◆ path
| bool CachePeer::path = false |
Definition at line 136 of file CachePeer.h.
◆ pings_acked
| int CachePeer::pings_acked = 0 |
Definition at line 73 of file CachePeer.h.
Referenced by neighborAlive(), neighborAliveHtcp(), neighborsUdpAck(), neighborUpdateRtt(), and snmp_meshPtblFn().
◆ pings_sent
| int CachePeer::pings_sent = 0 |
Definition at line 72 of file CachePeer.h.
Referenced by snmp_meshPtblFn().
◆ pool
| PconnPool* CachePeer::pool = nullptr |
Definition at line 210 of file CachePeer.h.
Referenced by PeerPoolMgr::checkpoint(), PeerPoolMgr::closeOldConnections(), peerHasConnAvailable(), PeerPoolMgr::pushNewConnection(), and PeerPoolMgr::validPeer().
◆ port [1/2]
| unsigned short CachePeer::port = 0 |
Definition at line 99 of file CachePeer.h.
◆ port [2/2]
| bool CachePeer::port = false |
Definition at line 135 of file CachePeer.h.
◆ probe_start
| time_t CachePeer::probe_start = 0 |
Definition at line 79 of file CachePeer.h.
Referenced by neighborUp(), and peerAlive().
◆ proxy_only
| bool CachePeer::proxy_only = false |
Definition at line 108 of file CachePeer.h.
Referenced by HttpStateData::HttpStateData(), and dump_peer_options().
◆ reprobe
| bool CachePeer::reprobe = false |
Definition at line 178 of file CachePeer.h.
Referenced by peerProbeConnect(), and peerProbeConnectDone().
◆ roundrobin
| bool CachePeer::roundrobin = false |
Definition at line 113 of file CachePeer.h.
Referenced by dump_peer_options().
◆ rr_count
| int CachePeer::rr_count = 0 |
Definition at line 182 of file CachePeer.h.
Referenced by getRoundRobinParent(), and getWeightedRoundRobinParent().
◆ rtt
| int CachePeer::rtt = 0 |
Definition at line 75 of file CachePeer.h.
Referenced by getWeightedRoundRobinParent(), neighborUpdateRtt(), peerCountHandleIcpReply(), peerCountMcastPeersAbort(), and snmp_meshPtblFn().
◆ scheme
| bool CachePeer::scheme = false |
Definition at line 133 of file CachePeer.h.
◆ secure
| Security::PeerOptions CachePeer::secure |
Definition at line 219 of file CachePeer.h.
Referenced by dump_peer_options(), Security::BlindPeerConnector::getTlsContext(), PeerPoolMgr::handleOpenedConnection(), Security::BlindPeerConnector::initialize(), and netdbExchangeStart().
◆ set
| bool CachePeer::set = false |
Definition at line 132 of file CachePeer.h.
◆ sourcehash [1/2]
| bool CachePeer::sourcehash = false |
Definition at line 142 of file CachePeer.h.
Referenced by dump_peer_options().
◆ [2/2]
| struct { ... } CachePeer::sourcehash |
◆ sslContext
| Security::ContextPointer CachePeer::sslContext |
Definition at line 220 of file CachePeer.h.
Referenced by Security::BlindPeerConnector::getTlsContext().
◆ sslSession
| Security::SessionStatePointer CachePeer::sslSession |
Definition at line 221 of file CachePeer.h.
Referenced by Security::BlindPeerConnector::initialize().
◆
| struct { ... } CachePeer::standby |
Referenced by ~CachePeer(), PeerPoolMgr::checkpoint(), PeerPoolMgr::closeOldConnections(), PeerPoolMgr::doneAll(), dump_peer_options(), PeerPoolMgr::openNewConnection(), peerAlive(), peerConnClosed(), peerDNSConfigure(), peerHasConnAvailable(), PeerPoolMgr::pushNewConnection(), and PeerPoolMgr::validPeer().
◆
| struct { ... } CachePeer::stats |
Referenced by countFailure(), getWeightedRoundRobinParent(), HttpStateData::keepaliveAccounting(), neighborAlive(), neighborAliveHtcp(), neighborCountIgnored(), neighborsUdpAck(), neighborUp(), neighborUpdateRtt(), peerAlive(), peerCanOpenMore(), peerConnClosed(), peerCountHandleIcpReply(), peerCountMcastPeersAbort(), peerProbeConnect(), peerProbeIsBusy(), peerWouldBePinged(), HttpStateData::sendRequest(), and snmp_meshPtblFn().
◆ tcp_up
| int CachePeer::tcp_up = 0 |
The number of failures sufficient to stop selecting this cache_peer. All cache_peer selection algorithms skip cache_peers with 0 tcp_up values. The initial 0 value prevents unprobed cache_peers from being selected.
Definition at line 175 of file CachePeer.h.
Referenced by countFailure(), neighborUp(), noteSuccess(), and peerAlive().
◆ testing_now
| int CachePeer::testing_now = 0 |
Definition at line 183 of file CachePeer.h.
Referenced by peerProbeConnect(), peerProbeConnectDone(), and peerProbeIsBusy().
◆ ttl
| int CachePeer::ttl = 0 |
Definition at line 158 of file CachePeer.h.
Referenced by dump_peer_options(), peerCountMcastPeersCreateAndSend(), and peerDNSConfigure().
◆ type
Definition at line 67 of file CachePeer.h.
Referenced by neighborType(), neighborTypeStr(), peerAllowedToUse(), peerCountMcastPeersCreateAndSend(), peerDNSConfigure(), peerWouldBePinged(), and snmp_meshPtblFn().
◆ typelist
| NeighborTypeDomainList* CachePeer::typelist = nullptr |
Definition at line 104 of file CachePeer.h.
Referenced by ~CachePeer(), and neighborType().
◆ userhash [1/2]
| bool CachePeer::userhash = false |
Definition at line 140 of file CachePeer.h.
Referenced by dump_peer_options().
◆ [2/2]
| struct { ... } CachePeer::userhash |
◆ version
| double CachePeer::version = 0.0 |
Definition at line 97 of file CachePeer.h.
Referenced by neighborAliveHtcp().
◆ waitingForClose
| bool CachePeer::waitingForClose = false |
Definition at line 213 of file CachePeer.h.
Referenced by PeerPoolMgr::openNewConnection(), and peerConnClosed().
◆ weight
| int CachePeer::weight = 1 |
Definition at line 151 of file CachePeer.h.
Referenced by dump_peer_options(), getRoundRobinParent(), getWeightedRoundRobinParent(), PeerSelector::handleHtcpParentMiss(), PeerSelector::handleIcpParentMiss(), and peerSortWeight().
◆ weighted_roundrobin
| bool CachePeer::weighted_roundrobin = false |
Definition at line 114 of file CachePeer.h.
Referenced by dump_peer_options(), neighborUpdateRtt(), and peerCountHandleIcpReply().
The documentation for this class was generated from the following files:
- src/CachePeer.h
- src/CachePeer.cc
