Added possibility to set variant by proxy (#79)

Added fix for wrong cpu cache detection
This commit is contained in:
Ben Gräf 2018-03-28 12:40:33 +02:00 committed by GitHub
parent b13113b786
commit a9e3024b9c
4 changed files with 35 additions and 1 deletions

View file

@ -112,6 +112,8 @@ public:
const char *algoName() const;
void setForcePowVersion(PowVersion version);
private:
constexpr static uint16_t kDefaultCCPort = 3344;