serve

Function serve 

Source
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.