diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-07-03 11:26:59 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-07-03 11:26:59 +0200 |
commit | d2a7cb2d27dab595bd2948ad3724016ca948e61e (patch) | |
tree | 2c3c8037b780d60d34a1ac06e0439da79cf2fadb /include | |
parent | de63f8b37f82ef6a760c7d3dafe2251160e2c114 (diff) | |
parent | 04f385a99f5e901598ee4b3d2655e458c92c06d8 (diff) | |
download | ouroboros-ef30758923c81c8177f1981df5e607d82b52ea9c.tar.gz ouroboros-ef30758923c81c8177f1981df5e607d82b52ea9c.zip |
Merged in dstaesse/ouroboros/be-multiblock-read (pull request #148)0.2
lib: shm_du_map full multi-block support
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/config.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ouroboros/config.h.in b/include/ouroboros/config.h.in index 6861c6cb..a3f6e87c 100644 --- a/include/ouroboros/config.h.in +++ b/include/ouroboros/config.h.in @@ -33,9 +33,10 @@ #define IPCP_LOCAL_EXEC "@IPCP_LOCAL_TARGET@" #define AP_MAX_FLOWS 256 #define SHM_DU_BUFF_BLOCK_SIZE sysconf(_SC_PAGESIZE) +#define SHM_DU_MAP_MULTI_BLOCK #define SHM_DU_MAP_FILENAME "ouroboros_du_map" #define SHM_BLOCKS_IN_MAP (1 << 14) -#define SHM_DU_TIMEOUT_MICROS 2000 +#define SHM_DU_TIMEOUT_MICROS 15000 #define DU_BUFF_HEADSPACE 128 #define DU_BUFF_TAILSPACE 0 #define SHM_AP_RBUFF_PREFIX "ouroboros_rb_" |