Does rsync currently supports datta transfer over RDMA/Infiniband? I have to send some data to another server, but it's taking long to transfer, after searching for some time, i found there is somethng called as Infiniband network protocol which uses RDMA to send data and incurs low latency.
I'm wondering if it's possible to rsync over RDMA too? and if not, then How can we use Infiniband, does it has same API as rsync? It looks like Infiniband is restricted to some hardware based protocol internally.