The C++ framework for developing highly scalable, high performance servers on Windows platforms.

CommandLine.cpp File Reference


Variables

static const _tstring s_serverArgument = _T("server")
static const _tstring s_portArgument = _T("port")
static const _tstring s_numberOfIOThreadsArgument = _T("numberOfIOThreads")
static const _tstring s_listenBacklogArgument = _T("listenBacklog")
static const _tstring s_socketPoolSizeArgument = _T("socketPoolSize")
static const _tstring s_bufferPoolSizeArgument = _T("bufferPoolSize")
static const _tstring s_bufferPoolDisabledSwitch = _T("noBufferPool")
static const _tstring s_bufferSizeArgument = _T("bufferSize")
static const _tstring s_maxConnectionsArgument = _T("maxConnections")
static const _tstring s_displayDebugSwitch = _T("displayDebug")
static const _tstring s_noWelcomeMessageSwitch = _T("noWelcomeMessage")
static const _tstring s_registerCountersSwitch = _T("registerCounters")
static const _tstring s_unRegisterCountersSwitch = _T("unRegisterCounters")
static const _tstring s_multicastAddressArgument = _T("multicastAddress")
static const _tstring s_recvBufferSizeArgument = _T("recvBuffer")
static const _tstring s_sendBufferSizeArgument = _T("sendBuffer")
static const _tstring s_syncZeroByteReadSwitch = _T("syncZero")
static const _tstring s_asyncZeroByteReadSwitch = _T("asyncZero")
static const _tstring s_numberOfEntriesPerCallArgument = _T("numEntries")
static const _tstring s_maxBuffersPooledPerSocket = _T("perSocketBufferPoolSize")
static const _tstring s_maxConsecutiveOperations = _T("maxOps")
static const _tstring s_connectionTimeoutArgument = _T("connectionTimeout")
static const _tstring s_eventNamePrefixArgument = _T("eventNamePrefix")
static const _tstring s_maxBuffersArgument = _T("maxBuffers")
static const _tstring s_maxPendingWritesArgument = _T("maxPendingWrites")
static const _tstring s_notificationPercentageArgument = _T("notify")
static const _tstring s_processingDelayArgument = _T("delay")


Variable Documentation

const _tstring s_asyncZeroByteReadSwitch = _T("asyncZero") [static]

const _tstring s_bufferPoolDisabledSwitch = _T("noBufferPool") [static]

const _tstring s_bufferPoolSizeArgument = _T("bufferPoolSize") [static]

const _tstring s_bufferSizeArgument = _T("bufferSize") [static]

const _tstring s_connectionTimeoutArgument = _T("connectionTimeout") [static]

const _tstring s_displayDebugSwitch = _T("displayDebug") [static]

const _tstring s_eventNamePrefixArgument = _T("eventNamePrefix") [static]

const _tstring s_listenBacklogArgument = _T("listenBacklog") [static]

const _tstring s_maxBuffersArgument = _T("maxBuffers") [static]

const _tstring s_maxBuffersPooledPerSocket = _T("perSocketBufferPoolSize") [static]

const _tstring s_maxConnectionsArgument = _T("maxConnections") [static]

const _tstring s_maxConsecutiveOperations = _T("maxOps") [static]

const _tstring s_maxPendingWritesArgument = _T("maxPendingWrites") [static]

const _tstring s_multicastAddressArgument = _T("multicastAddress") [static]

const _tstring s_notificationPercentageArgument = _T("notify") [static]

const _tstring s_noWelcomeMessageSwitch = _T("noWelcomeMessage") [static]

const _tstring s_numberOfEntriesPerCallArgument = _T("numEntries") [static]

const _tstring s_numberOfIOThreadsArgument = _T("numberOfIOThreads") [static]

const _tstring s_portArgument = _T("port") [static]

const _tstring s_processingDelayArgument = _T("delay") [static]

const _tstring s_recvBufferSizeArgument = _T("recvBuffer") [static]

const _tstring s_registerCountersSwitch = _T("registerCounters") [static]

const _tstring s_sendBufferSizeArgument = _T("sendBuffer") [static]

const _tstring s_serverArgument = _T("server") [static]

const _tstring s_socketPoolSizeArgument = _T("socketPoolSize") [static]

const _tstring s_syncZeroByteReadSwitch = _T("syncZero") [static]

const _tstring s_unRegisterCountersSwitch = _T("unRegisterCounters") [static]


Generated on Sun Sep 12 19:06:42 2021 for The Server Framework - v7.4 by doxygen 1.5.3