From 3a852ae6ae16cf7b60ad793c5963708c3a0c5ef8 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Fri, 11 May 2012 10:49:19 -0700 Subject: [PATCH] Refresh of rstream-delay --- examples/rstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rstream.c b/examples/rstream.c index a52a262c..7f39b292 100644 --- a/examples/rstream.c +++ b/examples/rstream.c @@ -56,7 +56,7 @@ static int test_size[] = { static int use_rs = 1; static int use_async; static int verify; -static int flags; +static int flags = MSG_DONTWAIT; static int no_delay = 1; static int custom; static int iterations = 1; -- 2.46.0