Module Persistent_connection

module type S = Persistent_connection__Persistent_connection_intf.S
module type T = Persistent_connection__Persistent_connection_intf.T
module Make : functor (Conn : T) -> S with type conn = Conn.t and type address = Conn.Address.t
module Rpc : sig ... end