pub fn serve<A: ToSocketAddrs>(addr: A, rdma: RdmaConfig) -> Result<()>Expand description
Serve a KV overflow blade on addr until interrupted. One thread per
connection; each connection gets its own RW arena sized by the client.
pub fn serve<A: ToSocketAddrs>(addr: A, rdma: RdmaConfig) -> Result<()>Serve a KV overflow blade on addr until interrupted. One thread per
connection; each connection gets its own RW arena sized by the client.