diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-07-05 16:38:54 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-07-05 17:05:08 +0200 |
commit | 72469bafa9d81a5578f53ec40175001f4c77cff6 (patch) | |
tree | ca4c17706164fbfe772a613225d87df22e6f35e0 /include | |
parent | 51ccc34e0fe15aaf711f30fa8b63de1e1881029f (diff) | |
download | ouroboros-72469bafa9d81a5578f53ec40175001f4c77cff6.tar.gz ouroboros-72469bafa9d81a5578f53ec40175001f4c77cff6.zip |
irmd: Move registry to its own sources
All registry functionality has been extracted from the IRMd to improve
modularity and legibility of the code.
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ouroboros/config.h.in b/include/ouroboros/config.h.in index a3f6e87c..4cbed554 100644 --- a/include/ouroboros/config.h.in +++ b/include/ouroboros/config.h.in @@ -41,5 +41,8 @@ #define DU_BUFF_TAILSPACE 0 #define SHM_AP_RBUFF_PREFIX "ouroboros_rb_" #define SHM_RBUFF_SIZE (1 << 14) +#define IRMD_MAX_FLOWS 4096 +#define IRMD_THREADPOOL_SIZE 3 +#define IRMD_FLOW_TIMEOUT 5000 /* ms */ #endif |