]> 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)
commit3bd2bb6f9e9ee8c3ebd8ec3b618276ce40bdd66c
treeea75b8334003947a7f09ba5f0efcec267b5143c1
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>