We are using Accelio (https://github.com/accelio) underneath JXIO in order to send packages over the RDMA protocol.
JXIO is Java API over AccelIO (C library).
AccelIO (http://www.accelio.org/) is a high-performance asynchronous reliable messaging and RPC library optimized for hardware acceleration. RDMA and TCP/IP transport are implemented, and other transports, such as shared-memory can take advantage of efficient and convenient API.
The problem for us is that Accelio is currently using the TCP protocol instead of RDMA, how can we build it to use the latter?