summaryrefslogtreecommitdiff
path: root/include/ouroboros/shm_du_map.h
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@intec.ugent.be>2016-05-27 14:46:46 +0200
committerdimitri staessens <dimitri.staessens@intec.ugent.be>2016-05-27 14:46:46 +0200
commit5f79244d8d83fffab21dc3d18697d938ef836c09 (patch)
tree56b88ae328a58f839d40838a92d49c5defde1c09 /include/ouroboros/shm_du_map.h
parent17e9c86c2fa45b39b88b73f9fd34c2d9b95ae7d4 (diff)
downloadouroboros-5f79244d8d83fffab21dc3d18697d938ef836c09.tar.gz
ouroboros-5f79244d8d83fffab21dc3d18697d938ef836c09.zip
tools: updated cbr with flood and sleep options
The cbr client will now use busy waiting by default to control the sending rate. A --sleep option has been added to allow low CPU usage when sending at low data rates. A --flood option has been added that writes SDU's as fast as possible.
Diffstat (limited to 'include/ouroboros/shm_du_map.h')
-rw-r--r--include/ouroboros/shm_du_map.h2
1 files changed, 1 insertions, 1 deletions
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"