Persistent_connection_kernel
module type S = Persistent_connection_kernel__.Persistent_connection_kernel_intf.S
module type T = Persistent_connection_kernel__.Persistent_connection_kernel_intf.T
module Make : functor (Conn : T) -> S with type conn = Conn.t and type address = Conn.Address.t