From 442588d75b3408fb2072c567cb673061c65c1f75 Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Fri, 2 Dec 2011 15:29:08 -0800 Subject: [PATCH] dapltest: server CR EVD is too small for multi-client configurations. Increase default size from 8 to 32. Signed-off-by: Arlin Davis --- test/dapltest/test/dapl_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dapltest/test/dapl_server.c b/test/dapltest/test/dapl_server.c index 443425c..92e0d21 100644 --- a/test/dapltest/test/dapl_server.c +++ b/test/dapltest/test/dapl_server.c @@ -34,7 +34,7 @@ #undef DFLT_QLEN #endif -#define DFLT_QLEN 8 /* default event queue length */ +#define DFLT_QLEN 32 /* default event queue length */ int send_control_data(DT_Tdep_Print_Head * phead, unsigned char *buffp, -- 2.41.0