Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OTSocket.cpp File Reference
#include "../core/stdafx.hpp"
#include "OTSocket.hpp"
#include "../core/OTLog.hpp"
#include "../core/OTSettings.hpp"
Include dependency graph for OTSocket.cpp:

Go to the source code of this file.

Namespaces

 opentxs
 

Macros

#define KEY_LATENCY_SEND_MS   "latency_send_ms"
 
#define KEY_LATENCY_SEND_NO_TRIES   "latency_send_no_tries"
 
#define KEY_LATENCY_RECEIVE_MS   "latency_receive_ms"
 
#define KEY_LATENCY_RECEIVE_NO_TRIES   "latency_receive_no_tries"
 
#define KEY_LATENCY_DELAY_AFTER   "latency_delay_after"
 
#define KEY_IS_BLOCKING   "is_blocking"
 

Macro Definition Documentation

#define KEY_IS_BLOCKING   "is_blocking"

Definition at line 144 of file OTSocket.cpp.

#define KEY_LATENCY_DELAY_AFTER   "latency_delay_after"

Definition at line 143 of file OTSocket.cpp.

#define KEY_LATENCY_RECEIVE_MS   "latency_receive_ms"

Definition at line 141 of file OTSocket.cpp.

#define KEY_LATENCY_RECEIVE_NO_TRIES   "latency_receive_no_tries"

Definition at line 142 of file OTSocket.cpp.

#define KEY_LATENCY_SEND_MS   "latency_send_ms"

Definition at line 139 of file OTSocket.cpp.

#define KEY_LATENCY_SEND_NO_TRIES   "latency_send_no_tries"

Definition at line 140 of file OTSocket.cpp.