From: Sean Hefty Date: Fri, 11 May 2012 17:49:19 +0000 (-0700) Subject: Refresh of rstream-delay X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=3a852ae6ae16cf7b60ad793c5963708c3a0c5ef8;p=~shefty%2Flibrdmacm.git Refresh of rstream-delay --- 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;