#include "squid.h"
#include "AccessLogEntry.h"
#include "base/AsyncCallbacks.h"
#include "base/CodeContext.h"
#include "CachePeer.h"
#include "errorpage.h"
#include "FwdState.h"
#include "HappyConnOpener.h"
#include "HttpRequest.h"
#include "ip/QosConfig.h"
#include "neighbors.h"
#include "pconn.h"
#include "PeerPoolMgr.h"
#include "sbuf/Stream.h"
#include "SquidConfig.h"
Go to the source code of this file.
Classes | |
class | HappyOrderEnforcer |
class | PrimeChanceGiver |
enforces happy_eyeballs_connect_timeout More... | |
class | SpareAllowanceGiver |
enforces happy_eyeballs_connect_gap and happy_eyeballs_connect_limit More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const HappyConnOpenerAnswer &answer) |
reports Answer details (for AsyncCall parameter debugging) More... | |
std::ostream & | operator<< (std::ostream &os, const HappyConnOpener::Attempt &attempt) |
HappyConnOpener::Attempt printer for debugging. More... | |
Variables | |
PrimeChanceGiver | ThePrimeChanceGiver |
SpareAllowanceGiver | TheSpareAllowanceGiver |
Function Documentation
◆ operator<<() [1/2]
std::ostream & operator<< | ( | std::ostream & | os, |
const HappyConnOpener::Attempt & | attempt | ||
) |
Definition at line 417 of file HappyConnOpener.cc.
◆ operator<<() [2/2]
std::ostream & operator<< | ( | std::ostream & | os, |
const HappyConnOpenerAnswer & | answer | ||
) |
Definition at line 86 of file HappyConnOpener.cc.
References HappyConnOpenerAnswer::conn, HappyConnOpenerAnswer::error, HappyConnOpenerAnswer::n_tries, HappyConnOpenerAnswer::reused, and CbcPointer< Cbc >::set().
Variable Documentation
◆ ThePrimeChanceGiver
PrimeChanceGiver ThePrimeChanceGiver |
Definition at line 146 of file HappyConnOpener.cc.
Referenced by HappyConnOpener::maybeGivePrimeItsChance(), and HappyConnOpener::stopGivingPrimeItsChance().
◆ TheSpareAllowanceGiver
SpareAllowanceGiver TheSpareAllowanceGiver |
Definition at line 147 of file HappyConnOpener.cc.
Referenced by HappyConnOpener::maybeOpenSpareConnection(), HappyConnOpener::noteSpareAllowance(), HappyConnOpener::noteSpareConnectDone(), HappyConnOpener::stopWaitingForSpareAllowance(), and HappyConnOpener::swanSong().