make params configurable

This commit is contained in:
2023-12-06 20:29:18 +01:00
parent 070c573f3e
commit 08256285f6
2 changed files with 38 additions and 13 deletions

View File

@@ -10,6 +10,7 @@
#include <string>
#include <memory>
#include <optional>
#include <random>
// fwd
struct ConfigModelI;
@@ -30,6 +31,8 @@ class SDBot : public RegistryMessageModelEventI {
std::unique_ptr<happyhttp::Connection> _con;
std::vector<uint8_t> _con_data;
std::default_random_engine _rng;
public:
SDBot(
Contact3Registry& cr,