A brief file description. More...
#include "libts.h"
#include "LogObject.h"
#include "P_Net.h"
#include "InkAPIInternal.h"
#include "LogCollationAccept.h"
#include "LogCollationClientSM.h"
#include "I_SplitDNSProcessor.h"
Go to the source code of this file.
Data Structures | |
class | FakeUDPNetProcessor |
struct | Machine |
The Machine is a simple place holder for the hostname and the ip address of an internet host. More... | |
Variables | |
int | fds_limit = 8000 |
FakeUDPNetProcessor | fakeUDPNet |
UDPNetProcessor & | udpNet = fakeUDPNet |
ClassAllocator< UDPPacketInternal > | udpPacketAllocator ("udpPacketAllocator") |
ConfigUpdateCbTable * | global_config_cbs = NULL |
UnixNetProcessor | unix_netProcessor |
NetProcessor & | netProcessor = unix_netProcessor |
Global NetProcessor singleton object for making net calls. | |
int | cache_config_mutex_retry_delay = 2 |
ClassAllocator< CacheRemoveCont > | cacheRemoveContAllocator ("cacheRemoveCont") |
A brief file description.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file UglyLogStubs.cc.
int cache_config_mutex_retry_delay = 2 |
Definition at line 191 of file UglyLogStubs.cc.
ClassAllocator<CacheRemoveCont> cacheRemoveContAllocator("cacheRemoveCont") |
int fds_limit = 8000 |
Definition at line 39 of file UglyLogStubs.cc.
Referenced by adjust_sys_settings(), change_net_connections_throttle(), check_emergency_throttle(), check_fd_limit(), and init_system().
ConfigUpdateCbTable* global_config_cbs = NULL |
Definition at line 59 of file UglyLogStubs.cc.
Global NetProcessor singleton object for making net calls.
All net processor calls like connect, accept, etc are made using this object.
netProcesors.accept(my_cont, ...); netProcessor.connect_re(my_cont, ...);
Definition at line 151 of file UglyLogStubs.cc.
Referenced by TestProxy::cacheCreateCacheFileEvent(), ClusterAccept::ClusterAcceptEvent(), CheckConnect::connect_s(), ClusterHandler::connectClusterEvent(), TestProxy::dnsEvent(), HttpSM::do_http_server_open(), SocksEntry::findServer(), NetAccept::getNetProcessor(), PrefetchBlaster::httpClient(), SocksEntry::init(), KeepAliveConn::init(), LogCollationAccept::LogCollationAccept(), main(), SocksProxy::mainEvent(), SocksEntry::mainEvent(), ObjectReloadCont::ObjectReloadEvent(), socks5BasicAuthHandler(), socks5PasswdAuthHandler(), UnixNetProcessor::start(), start_HttpProxyServer(), start_HttpProxyServerBackDoor(), start_SocksProxy(), SocksEntry::startEvent(), test(), TSNetAccept(), TSNetConnect(), TSNetConnectTransparent(), TSPluginDescriptorAccept(), TSPortDescriptorAccept(), and TSVConnFdCreate().
Definition at line 48 of file UglyLogStubs.cc.
Referenced by PrefetchBlaster::blastObject(), INKUDPBind(), main(), MultiCastPeer::RecvFrom_re(), ParentSiblingPeer::RecvFrom_re(), and PrefetchUrlBlaster::udpUrlBlaster().
ClassAllocator<UDPPacketInternal> udpPacketAllocator("udpPacketAllocator") |
Referenced by UDPPacketInternal::free(), new_incoming_UDPPacket(), and new_UDPPacket().
Definition at line 150 of file UglyLogStubs.cc.
Referenced by NetAccept::do_blocking_accept(), get_NetHandler(), get_PollCont(), and send_throttle_message().