|
xrootd
|
#include <stdint.h>

Go to the source code of this file.
Namespaces | |
| namespace | 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 int | XrdCl::DefaultSubStreamsPerChannel = 1 |
| const int | XrdCl::DefaultConnectionWindow = 120 |
| const int | XrdCl::DefaultConnectionRetry = 5 |
| const int | XrdCl::DefaultRequestTimeout = 300 |
| 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 char *const | XrdCl::DefaultPollerPreference = "libevent,built-in" |
| const char *const | XrdCl::DefaultClientMonitor = "" |
| const char *const | XrdCl::DefaultClientMonitorParam = "" |
1.8.3.1