#include "squid.h"
#include "CachePeer.h"
#include "comm.h"
#include "comm/Connection.h"
#include "comm/Read.h"
#include "fd.h"
#include "fde.h"
#include "globals.h"
#include "mgr/Registration.h"
#include "neighbors.h"
#include "pconn.h"
#include "PeerPoolMgr.h"
#include "SquidConfig.h"
#include "Store.h"
Go to the source code of this file.
|
#define | PCONN_FDS_SZ 8 /* pconn set size, increase for better memcache hit rate */ |
|
◆ PCONN_FDS_SZ
#define PCONN_FDS_SZ 8 /* pconn set size, increase for better memcache hit rate */ |
◆ DeleteIdleConnList()
static void DeleteIdleConnList |
( |
void * |
hashItem | ) |
|
|
static |