]> git.openfabrics.org - ~shefty/librdmacm.git/commit
rsockets: Add support for existing UDP apps
authorSean Hefty <sean.hefty@intel.com>
Wed, 9 Jan 2013 22:54:47 +0000 (14:54 -0800)
committerSean Hefty <sean.hefty@intel.com>
Wed, 9 Jan 2013 22:54:47 +0000 (14:54 -0800)
commit650d48956903637edc5565882454ce1d0c179375
tree1d1da945e49647331f04f82a45cc353e9541a6ae
parent6047e1991e95b96b1992f39a466457e584c01226
rsockets: Add support for existing UDP apps

Support for existing UDP applications is done via the rspreload
library.  However, when the preload library is loaded, socket
calls used by rsockets get intercepted and converted into
rsocket calls. The preload library was able to handle this

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