Data Structures | Defines | Variables

Prefetch.h File Reference

A brief file description. More...

#include <ts/IpMap.h>
#include "TransformInternal.h"
#include "Update.h"
#include "api/ts/experimental.h"
Include dependency graph for Prefetch.h:
This graph shows which files directly or indirectly include this file:

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

BlasterUrlListmulticastUrlBlaster
ClassAllocator< PrefetchUrlEntryprefetchUrlEntryAllocator
TSPrefetchBlastData const UDP_BLAST_DATA
TSPrefetchBlastData const TCP_BLAST_DATA
ClassAllocator< BlasterUrlListblasterUrlListAllocator
ClassAllocator
< PrefetchUrlBlaster
prefetchUrlBlasterAllocator
ClassAllocator< PrefetchBlasterprefetchBlasterAllocator
KeepAliveConnTableg_conn_table

Detailed Description

A brief file description.

License

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 Documentation

#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().


Variable Documentation

Definition at line 76 of file Prefetch.cc.

Definition at line 82 of file Prefetch.cc.

Definition at line 81 of file Prefetch.cc.