diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-05-27 15:18:27 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-05-27 15:18:27 +0200 |
commit | 7d9e6dc52ef4fca6edf8199a3146f09308b57860 (patch) | |
tree | 56b88ae328a58f839d40838a92d49c5defde1c09 /include | |
parent | 17e9c86c2fa45b39b88b73f9fd34c2d9b95ae7d4 (diff) | |
parent | 5f79244d8d83fffab21dc3d18697d938ef836c09 (diff) | |
download | ouroboros-7d9e6dc52ef4fca6edf8199a3146f09308b57860.tar.gz ouroboros-7d9e6dc52ef4fca6edf8199a3146f09308b57860.zip |
Merged in dstaesse/ouroboros/be-cbr-flood (pull request #116)
tools: updated cbr with flood and sleep options
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/shm_ap_rbuff.h | 2 | ||||
-rw-r--r-- | include/ouroboros/shm_du_map.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/ouroboros/shm_ap_rbuff.h b/include/ouroboros/shm_ap_rbuff.h index 99c5a423..053709bb 100644 --- a/include/ouroboros/shm_ap_rbuff.h +++ b/include/ouroboros/shm_ap_rbuff.h @@ -29,7 +29,7 @@ #endif #ifndef SHM_RBUFF_SIZE -#define SHM_RBUFF_SIZE (1 << 12) +#define SHM_RBUFF_SIZE (1 << 14) #endif #include <sys/types.h> diff --git a/include/ouroboros/shm_du_map.h b/include/ouroboros/shm_du_map.h index 35d85b11..cc1e8869 100644 --- a/include/ouroboros/shm_du_map.h +++ b/include/ouroboros/shm_du_map.h @@ -33,7 +33,7 @@ #endif #ifndef SHM_BLOCKS_IN_MAP -#define SHM_BLOCKS_IN_MAP (1 << 12) +#define SHM_BLOCKS_IN_MAP (1 << 14) #endif #include "common.h" |