pub fn serve<A: ToSocketAddrs>(
dir: &Path,
addr: A,
rdma: RdmaConfig,
) -> Result<()>Expand description
Serve records from dir on addr until interrupted. One thread per
connection. Blocking; intended to run as its own process (atlas-expert-peer).