Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MessageProcessor.cpp File Reference
Include dependency graph for MessageProcessor.cpp:

Go to the source code of this file.

Namespaces

 opentxs
 

Enumerations

enum  
 

Enumeration Type Documentation

anonymous enum

Definition at line 150 of file MessageProcessor.cpp.

150  {
151  SERVER_DEFAULT_LATENCY_SEND_MS = 5000,
152  SERVER_DEFAULT_LATENCY_SEND_NO_TRIES = 2,
153  SERVER_DEFAULT_LATENCY_RECEIVE_MS = 5000,
154  SERVER_DEFAULT_LATENCY_RECEIVE_NO_TRIES = 2,
155  SERVER_DEFAULT_LATENCY_DELAY_AFTER = 50,
156  SERVER_DEFAULT_IS_BLOCKING = 0
157 };