A brief file description. More...
#include <ts/IpMap.h>
#include "TransformInternal.h"
#include "Update.h"
#include "api/ts/experimental.h"
Go to the source code of this file.
Data Structures | |
struct | PrefetchConfiguration |
class | PrefetchUrlEntry |
class | PrefetchTransform |
class | BlasterUrlList |
class | PrefetchUrlBlaster |
class | PrefetchBlaster |
class | KeepAliveConn |
class | KeepAliveConnTable |
struct | KeepAliveConnTable::conn_elem |
class | KeepAliveLockHandler |
Defines | |
#define | PRELOAD_HEADER_LEN 12 |
#define | PRELOAD_HDR_URL_PROMISE_FLAG (0x40000000) |
#define | PRELOAD_HDR_RESPONSE_FLAG (0x80000000) |
#define | PRELOAD_UDP_HEADER_LEN 12 |
#define | PRELOAD_UDP_LAST_PKT_FLAG (0x80000000) |
#define | PRELOAD_UDP_PKT_NUM_MASK (0x7fffffff) |
#define | PREFETCH_CONFIG_UPDATE_TIMEOUT (HRTIME_SECOND*60) |
Variables | |
BlasterUrlList * | multicastUrlBlaster |
ClassAllocator< PrefetchUrlEntry > | prefetchUrlEntryAllocator |
TSPrefetchBlastData const | UDP_BLAST_DATA |
TSPrefetchBlastData const | TCP_BLAST_DATA |
ClassAllocator< BlasterUrlList > | blasterUrlListAllocator |
ClassAllocator < PrefetchUrlBlaster > | prefetchUrlBlasterAllocator |
ClassAllocator< PrefetchBlaster > | prefetchBlasterAllocator |
KeepAliveConnTable * | g_conn_table |
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 Prefetch.h.
#define PREFETCH_CONFIG_UPDATE_TIMEOUT (HRTIME_SECOND*60) |
Definition at line 436 of file Prefetch.h.
Referenced by PrefetchConfigCont::conf_update_handler().
#define PRELOAD_HDR_RESPONSE_FLAG (0x80000000) |
Definition at line 345 of file Prefetch.h.
#define PRELOAD_HDR_URL_PROMISE_FLAG (0x40000000) |
Definition at line 344 of file Prefetch.h.
Referenced by setup_object_header().
#define PRELOAD_HEADER_LEN 12 |
Definition at line 342 of file Prefetch.h.
Referenced by PrefetchBlaster::bufferObject(), and PrefetchUrlBlaster::udpUrlBlaster().
#define PRELOAD_UDP_HEADER_LEN 12 |
Definition at line 346 of file Prefetch.h.
Referenced by PrefetchBlaster::blastObject(), and PrefetchUrlBlaster::udpUrlBlaster().
#define PRELOAD_UDP_LAST_PKT_FLAG (0x80000000) |
Definition at line 347 of file Prefetch.h.
Referenced by setup_udp_header().
#define PRELOAD_UDP_PKT_NUM_MASK (0x7fffffff) |
Definition at line 348 of file Prefetch.h.
Referenced by setup_udp_header().
Referenced by PrefetchTransform::PrefetchTransform().
Definition at line 76 of file Prefetch.cc.
Referenced by PrefetchBlaster::free(), PrefetchTransform::parse_data(), and PrefetchTransform::redirect().
Referenced by PrefetchUrlBlaster::free().
Referenced by PrefetchTransform::hash_add().
Definition at line 82 of file Prefetch.cc.
Definition at line 81 of file Prefetch.cc.