]> git.openfabrics.org - ~shefty/librdmacm.git/commit
rstream: Always set TCP_NODELAY on rsocket
authorSean Hefty <sean.hefty@intel.com>
Wed, 16 May 2012 22:16:40 +0000 (15:16 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 16 May 2012 22:52:47 +0000 (15:52 -0700)
commitb0bd56d129bc21e6683e742da4eaac5b7709067c
tree8cf2ab30dd18c0af94f11796a7f62c7abdbec612
parent5ce7d9c48d082fd1959918e9134f4bdd85c402d9
rstream: Always set TCP_NODELAY on rsocket

The NODELAY option is coupled with whether the socket is blocking
or nonblocking.  Remove this coupling and always set the NODELAY
option.

NODELAY currently has no affect on rsockets.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
examples/rstream.c