(v0.19-24-g0617ca1 with changes)
#include "dcapCommon.h"
#include <OptionsChrono.h>
#include <forward_list>
#include "escapism.h"
Go to the source code of this file.
|
static dCapCfgPar< unsigned short > | CallbackPort ("CallbackPort", "set callback port", dc_setCallbackPort) |
|
static dCapCfg2Par< unsigned short, unsigned short > | CallbackPortRange ("CallbackPortRangeBegin", "set callback port range begin", "CallbackPortRangeEnd", "set callback port range end", dc_setCallbackPortRange, {&CallbackPort}) |
|
static dCapCfgPar< const char * > | ReplyHostName ("ReplyHostName", "set reply host name", dc_setReplyHostName) |
|
static dCapCfgPar< const char * > | Tunnel ("Tunnel", "set tunnel", dc_setTunnel) |
|
static dCapCfgPar< const char * > | TunnelType ("TunnelType", "set tunnel type", dc_setTunnelType) |
|
static dCapCfgPar< unsigned int > | DebugLevel ("DebugLevel", "set debug level", dc_setDebugLevel) |
|
static dCapCfgTimePar< time_t > | OpenTimeout ("OpenTimeout", "set open timeout", dc_setOpenTimeout) |
|
static dCapCfgTimePar< unsigned int > | CloseTimeout ("CloseTimeout", "set close timeout", dc_setCloseTimeout) |
|
◆ parPrefix()
static const std::string parPrefix |
( |
"dCap" |
| ) |
|
|
static |
◆ CallbackPort
dCapCfgPar<unsigned short> CallbackPort("CallbackPort", "set callback port", dc_setCallbackPort) |
|
static |
◆ CallbackPortRange
dCapCfg2Par<unsigned short, unsigned short> CallbackPortRange("CallbackPortRangeBegin", "set callback port range begin", "CallbackPortRangeEnd", "set callback port range end", dc_setCallbackPortRange, {&CallbackPort}) |
|
static |
◆ CloseTimeout
dCapCfgTimePar<unsigned int> CloseTimeout("CloseTimeout", "set close timeout", dc_setCloseTimeout) |
|
static |
◆ DebugLevel
dCapCfgPar<unsigned int> DebugLevel("DebugLevel", "set debug level", dc_setDebugLevel) |
|
static |
◆ OpenTimeout
dCapCfgTimePar<time_t> OpenTimeout("OpenTimeout", "set open timeout", dc_setOpenTimeout) |
|
static |
◆ ReplyHostName
dCapCfgPar<const char*> ReplyHostName("ReplyHostName", "set reply host name", dc_setReplyHostName) |
|
static |
◆ Tunnel
dCapCfgPar<const char*> Tunnel("Tunnel", "set tunnel", dc_setTunnel) |
|
static |
◆ TunnelType
dCapCfgPar<const char*> TunnelType("TunnelType", "set tunnel type", dc_setTunnelType) |
|
static |