Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
opentxs::OTSocket::Defaults Class Reference

#include <OTSocket.hpp>

Public Member Functions

EXPORT Defaults (int64_t lLatencySendMs, int32_t nLatencySendNoTries, int64_t lLatencyReceiveMs, int32_t nLatencyReceiveNoTries, int64_t lLatencyDelayAfter, bool bIsBlocking)
 

Public Attributes

const int64_t m_lLatencySendMs
 
const int32_t m_nLatencySendNoTries
 
const int64_t m_lLatencyReceiveMs
 
const int32_t m_nLatencyReceiveNoTries
 
const int64_t m_lLatencyDelayAfter
 
const bool m_bIsBlocking
 

Detailed Description

Definition at line 150 of file OTSocket.hpp.

Constructor & Destructor Documentation

opentxs::OTSocket::Defaults::Defaults ( int64_t  lLatencySendMs,
int32_t  nLatencySendNoTries,
int64_t  lLatencyReceiveMs,
int32_t  nLatencyReceiveNoTries,
int64_t  lLatencyDelayAfter,
bool  bIsBlocking 
)

Definition at line 167 of file OTSocket.cpp.

172  : m_lLatencySendMs(lLatencySendMs)
173  , m_nLatencySendNoTries(nLatencySendNoTries)
174  , m_lLatencyReceiveMs(lLatencyReceiveMs)
175  , m_nLatencyReceiveNoTries(nLatencyReceiveNoTries)
176  , m_lLatencyDelayAfter(lLatencyDelayAfter)
177  , m_bIsBlocking(bIsBlocking)
178 {
179 }
const int64_t m_lLatencyReceiveMs
Definition: OTSocket.hpp:160
const int64_t m_lLatencySendMs
Definition: OTSocket.hpp:158
const int32_t m_nLatencySendNoTries
Definition: OTSocket.hpp:159
const int64_t m_lLatencyDelayAfter
Definition: OTSocket.hpp:162
const int32_t m_nLatencyReceiveNoTries
Definition: OTSocket.hpp:161

Member Data Documentation

const bool opentxs::OTSocket::Defaults::m_bIsBlocking

Definition at line 163 of file OTSocket.hpp.

const int64_t opentxs::OTSocket::Defaults::m_lLatencyDelayAfter

Definition at line 162 of file OTSocket.hpp.

const int64_t opentxs::OTSocket::Defaults::m_lLatencyReceiveMs

Definition at line 160 of file OTSocket.hpp.

const int64_t opentxs::OTSocket::Defaults::m_lLatencySendMs

Definition at line 158 of file OTSocket.hpp.

const int32_t opentxs::OTSocket::Defaults::m_nLatencyReceiveNoTries

Definition at line 161 of file OTSocket.hpp.

const int32_t opentxs::OTSocket::Defaults::m_nLatencySendNoTries

Definition at line 159 of file OTSocket.hpp.


The documentation for this class was generated from the following files: