From df43798c264d5eab9112dc36c3f89116d4cb6307 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Fri, 11 May 2012 10:33:13 -0700 Subject: [PATCH] librdmacm/rstream: Set rsocket nonblocking for base tests The base set of rstream tests want nonblocking rsockets, but don't actually set the rsocket to nonblocking. It instead relies on the MSG_DONTWAIT flag. Make the code match the expected behavior and set the rsocket to nonblocking and make nonblocking the default. Provide a test option to switch it back to blocking mode. We keep the existing nonblocking test option for compatibility. Signed-off-by: Sean Hefty -- 2.46.0