#include "BridgeDownloader.h"
#include <QHttp>
#include <QSslError>
#include <QStringList>
#include "Vidalia.h"
#include <QSslSocket>
Go to the source code of this file.
Defines | |
#define | BRIDGEDB_HOST "bridges.torproject.org" |
#define | BRIDGEDB_PORT 443 |
#define BRIDGEDB_HOST "bridges.torproject.org" |
Definition at line 22 of file BridgeDownloader.cpp.
Referenced by BridgeDownloader::BridgeDownloader(), BridgeDownloader::httpsStateChanged(), and BridgeDownloader::startHttpsDownload().
#define BRIDGEDB_PORT 443 |
Definition at line 23 of file BridgeDownloader.cpp.
Referenced by BridgeDownloader::BridgeDownloader(), BridgeDownloader::httpsStateChanged(), and BridgeDownloader::startHttpsDownload().