diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-08-10 13:07:59 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-08-10 13:07:59 +0200 |
commit | 26b20744a441705accbe550aa0b996f8601a9404 (patch) | |
tree | 9b33b5d1888cd4fb338b57b7b1aa90349668eb8b /include | |
parent | e5cb8042c9f0c6374c4f14bf7ff3f4fe3cdcd155 (diff) | |
parent | 9740c4bf2966d57d6f7e0d034a862211cb3814c4 (diff) | |
download | ouroboros-26b20744a441705accbe550aa0b996f8601a9404.tar.gz ouroboros-26b20744a441705accbe550aa0b996f8601a9404.zip |
Merged in dstaesse/ouroboros/be-irmd-cleanup (pull request #201)
irmd: Graceful shutdown
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ouroboros/config.h.in b/include/ouroboros/config.h.in index 46685569..60654676 100644 --- a/include/ouroboros/config.h.in +++ b/include/ouroboros/config.h.in @@ -47,6 +47,7 @@ #define SHM_AP_RBUFF_PREFIX "/ouroboros.rbuff." #define IRMD_MAX_FLOWS 4096 #define IRMD_THREADPOOL_SIZE 5 +#define IRMD_ACCEPT_TIMEOUT 100 /* ms */ #define IRMD_FLOW_TIMEOUT 5000 /* ms */ #define LOG_DIR "/@LOG_DIR@/" |