#include <QMutexLocker>
#include <util/string.h>
#include <vidalia.h>
#include "controlconnection.h"
Go to the source code of this file.
Defines | |
#define | MAX_CONNECT_ATTEMPTS 6 |
#define | CONNECT_RETRY_DELAY 500*1000 |
Definition in file controlconnection.cpp.
#define CONNECT_RETRY_DELAY 500*1000 |
Time to wait between control connection attempts (in microseconds).
Definition at line 38 of file controlconnection.cpp.
Referenced by ControlConnection::connect().
#define MAX_CONNECT_ATTEMPTS 6 |
Maximum number of times we'll try to connect to Tor before giving up.
Definition at line 36 of file controlconnection.cpp.
Referenced by ControlConnection::connect().