#include "squid.h"
#include "AccessLogEntry.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 "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... | |
Variables | |
PrimeChanceGiver | ThePrimeChanceGiver |
SpareAllowanceGiver | TheSpareAllowanceGiver |
Function Documentation
◆ operator<<()
std::ostream& operator<< | ( | std::ostream & | os, |
const HappyConnOpenerAnswer & | answer | ||
) |
Definition at line 84 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 144 of file HappyConnOpener.cc.
Referenced by HappyConnOpener::maybeGivePrimeItsChance(), and HappyConnOpener::stopGivingPrimeItsChance().
◆ TheSpareAllowanceGiver
SpareAllowanceGiver TheSpareAllowanceGiver |
Definition at line 145 of file HappyConnOpener.cc.
Referenced by HappyConnOpener::connectDone(), HappyConnOpener::maybeOpenSpareConnection(), HappyConnOpener::noteSpareAllowance(), HappyConnOpener::stopWaitingForSpareAllowance(), and HappyConnOpener::swanSong().