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