From: Sean Hefty Date: Wed, 16 May 2012 22:58:18 +0000 (-0700) Subject: Refresh of rs-delay X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=ad3d7818fff9415bd92f6644b78d13f7be3f2ae3;p=~shefty%2Flibrdmacm.git Refresh of rs-delay --- diff --git a/examples/rstream.c b/examples/rstream.c index 825c4dee..a214b1a1 100644 --- a/examples/rstream.c +++ b/examples/rstream.c @@ -485,7 +485,6 @@ static int set_test_opt(char *optarg) break; case 'b': flags &= ~MSG_DONTWAIT; - no_delay = 0; break; case 'n': flags |= MSG_DONTWAIT; @@ -503,7 +502,6 @@ static int set_test_opt(char *optarg) use_async = 1; } else if (!strncasecmp("block", optarg, 5)) { flags &= ~MSG_DONTWAIT; - no_delay = 0; } else if (!strncasecmp("nonblock", optarg, 8)) { flags |= MSG_DONTWAIT; } else if (!strncasecmp("verify", optarg, 6)) {