Util_conduit.Connection
type 'a t =
| Connection of {
flow : Conduit_lwt_unix.flow;
ic : ic;
oc : oc;
oc_fmt : Lwt_fmt.formatter;
peerkey : 'a peerkey;
peerip : Ipaddr.t;
peerport : int;
info_str : info;
}
module Acc : sig ... end