Rsockets provides a socket-like API for RDMA networking. It aims to allow applications to use familiar socket programming concepts while achieving high performance comparable to native RDMA. Rsockets allows existing socket applications to run over RDMA with minimal changes by intercepting socket calls and mapping them to rsocket functions. Initial benchmarks show rsockets achieving lower latency and higher bandwidth than IPoIB and competing with native InfiniBand performance. It also allows several MPI and HPC applications to run with only linking to an interception library.