diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2018-02-04 12:47:09 +0100 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2018-02-04 12:47:09 +0100 |
| commit | 21474893efe0ab38461c3d08727c7c778caa9323 (patch) | |
| tree | 8d48ec3353c84155dcf7daf67d8ade1dd1fd480d /node/node.hpp | |
| parent | 126021b3766e6fb33333b7939d78dadd1c632eb4 (diff) | |
| download | cmix-21474893efe0ab38461c3d08727c7c778caa9323.tar.gz cmix-21474893efe0ab38461c3d08727c7c778caa9323.tar.bz2 cmix-21474893efe0ab38461c3d08727c7c778caa9323.zip | |
Both algorithms are now batchable.
Diffstat (limited to 'node/node.hpp')
| -rw-r--r-- | node/node.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/node.hpp b/node/node.hpp index 335a264..c99af17 100644 --- a/node/node.hpp +++ b/node/node.hpp @@ -50,6 +50,7 @@ struct NodeNetworkSettings { std::string next_port; ///< Next nodes port. std::string certdir; ///< Directory containing trusted certificate authorities. unsigned int minimum_nr_messages; ///< The minimum number of available messages before starting to run a mix; + unsigned int nr_mixes; ///< The number of simultaneous mixes the network will perform. }; /*! |
