From: Martin Molnar Date: Sun, 24 May 2009 20:16:52 +0000 (+0200) Subject: Change number of message in queue from 32 to 2048. X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/fwp.git/commitdiff_plain/b16fe960b7f0e0575bdd102dd3e10b27ea0d4e04?ds=sidebyside Change number of message in queue from 32 to 2048. The previous value caused that streamer has frozen after while. Signed-off-by: Martin --- diff --git a/fwp/lib/fwp/fwp_conf.h b/fwp/lib/fwp/fwp_conf.h index 9bba7e5..ba13313 100644 --- a/fwp/lib/fwp/fwp_conf.h +++ b/fwp/lib/fwp/fwp_conf.h @@ -47,7 +47,7 @@ #define _FWP_CONF_H #define FWP_AC_NUM 4 -#define FWP_MSGQ_SIZE 32 +#define FWP_MSGQ_SIZE 2048 #define FWP_MY_ADDR_DEFAULT "127.0.0.1" #define FWP_MNGR_ADDR_DEFAULT "127.0.0.1"