xrootd
|
#include <stdint.h>
Go to the source code of this file.
Namespaces | |
XrdCl | |
Variables | |
const uint64_t | XrdCl::AppMsg = 0x0000000000000001ULL |
const uint64_t | XrdCl::UtilityMsg = 0x0000000000000002ULL |
const uint64_t | XrdCl::FileMsg = 0x0000000000000004ULL |
const uint64_t | XrdCl::PollerMsg = 0x0000000000000008ULL |
const uint64_t | XrdCl::PostMasterMsg = 0x0000000000000010ULL |
const uint64_t | XrdCl::XRootDTransportMsg = 0x0000000000000020ULL |
const uint64_t | XrdCl::TaskMgrMsg = 0x0000000000000040ULL |
const uint64_t | XrdCl::XRootDMsg = 0x0000000000000080ULL |
const uint64_t | XrdCl::FileSystemMsg = 0x0000000000000100ULL |
const uint64_t | XrdCl::AsyncSockMsg = 0x0000000000000200ULL |
const uint64_t | XrdCl::JobMgrMsg = 0x0000000000000400ULL |
const uint64_t | XrdCl::PlugInMgrMsg = 0x0000000000000800ULL |
const int | XrdCl::DefaultSubStreamsPerChannel = 1 |
const int | XrdCl::DefaultConnectionWindow = 120 |
const int | XrdCl::DefaultConnectionRetry = 5 |
const int | XrdCl::DefaultRequestTimeout = 1800 |
const int | XrdCl::DefaultStreamTimeout = 60 |
const int | XrdCl::DefaultTimeoutResolution = 15 |
const int | XrdCl::DefaultStreamErrorWindow = 1800 |
const int | XrdCl::DefaultRunForkHandler = 0 |
const int | XrdCl::DefaultRedirectLimit = 16 |
const int | XrdCl::DefaultWorkerThreads = 3 |
const int | XrdCl::DefaultCPChunkSize = 16777216 |
const int | XrdCl::DefaultCPParallelChunks = 4 |
const int | XrdCl::DefaultDataServerTTL = 300 |
const int | XrdCl::DefaultLoadBalancerTTL = 1200 |
const int | XrdCl::DefaultCPInitTimeout = 600 |
const int | XrdCl::DefaultCPTPCTimeout = 1800 |
const int | XrdCl::DefaultTCPKeepAlive = 0 |
const int | XrdCl::DefaultTCPKeepAliveTime = 7200 |
const int | XrdCl::DefaultTCPKeepAliveInterval = 75 |
const int | XrdCl::DefaultTCPKeepAliveProbes = 9 |
const int | XrdCl::DefaultMultiProtocol = 0 |
const int | XrdCl::DefaultParallelEvtLoop = 1 |
const char *const | XrdCl::DefaultPollerPreference = "built-in" |
const char *const | XrdCl::DefaultNetworkStack = "IPAuto" |
const char *const | XrdCl::DefaultClientMonitor = "" |
const char *const | XrdCl::DefaultClientMonitorParam = "" |
const char *const | XrdCl::DefaultPlugInConfDir = "" |
const char *const | XrdCl::DefaultPlugIn = "" |
const char *const | XrdCl::DefaultReadRecovery = "true" |
const char *const | XrdCl::DefaultWriteRecovery = "true" |