|
Open-Transactions
0.93.0-ge03d287
|
#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 |
Definition at line 150 of file OTSocket.hpp.
| 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.
| 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.