Module Util_conduit.Connection

type 'a t =
  1. | Connection of {
    1. flow : Conduit_lwt_unix.flow;
    2. ic : ic;
    3. oc : oc;
    4. oc_fmt : Lwt_fmt.formatter;
    5. peerkey : 'a peerkey;
    6. peerip : Ipaddr.t;
    7. peerport : int;
    8. info_str : info;
    }
module Acc : sig ... end