Panda3D
Functions | Variables
config_downloader.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandabase.h"
#include "notifyCategoryProxy.h"
#include "dconfig.h"
#include "configVariableInt.h"
#include "configVariableDouble.h"
#include "configVariableBool.h"
#include "configVariableString.h"
#include "configVariableFilename.h"
#include "configVariableList.h"

Go to the source code of this file.

Functions

 ConfigureDecl (config_downloader, EXPCL_PANDA_DOWNLOADER, EXPTP_PANDA_DOWNLOADER)
 
EXPCL_PANDA_DOWNLOADER void init_libdownloader ()
 Initializes the library. More...
 
 NotifyCategoryDecl (downloader, EXPCL_PANDA_DOWNLOADER, EXPTP_PANDA_DOWNLOADER)
 

Variables

ConfigVariableDouble decompressor_step_time
 
ConfigVariableBool download_throttle
 
ConfigVariableInt downloader_byte_rate
 
ConfigVariableDouble downloader_frequency
 
ConfigVariableInt downloader_timeout
 
ConfigVariableInt downloader_timeout_retries
 
ConfigVariableDouble extractor_step_time
 
ConfigVariableDouble http_connect_timeout
 
ConfigVariableDouble http_idle_timeout
 
ConfigVariableInt http_max_connect_count
 
ConfigVariableBool http_proxy_tunnel
 
ConfigVariableInt http_skip_body_size
 
ConfigVariableDouble http_timeout
 
ConfigVariableInt patcher_buffer_size
 
EXPCL_PANDA_DOWNLOADER ConfigVariableBool support_ipv6
 
EXPCL_PANDA_DOWNLOADER ConfigVariableInt tcp_header_size
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
mike
Date
2000-03-19

Definition in file config_downloader.h.

Function Documentation

◆ init_libdownloader()

EXPCL_PANDA_DOWNLOADER void init_libdownloader ( )

Initializes the library.

This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist.

Definition at line 135 of file config_downloader.cxx.