Fix stuff and get sticky

This commit is contained in:
Duke Leto
2021-04-11 00:42:19 -04:00
parent cb843addd8
commit 68104f2247
2 changed files with 31 additions and 20 deletions

View File

@@ -11,7 +11,10 @@ using json = nlohmann::json;
struct Config {
// The randomly chosen server we are talking to OR user-specific server
QString server;
// Shouuld we only speak Tor to this server?
bool torOnly {false};
// Should we randomly try other servers if specified server is down?
bool stickyServer {false};
};
struct ToFields;