Module Man_in_the_middle_debugger.Peer

type t = {
  1. name : string;
  2. reader : Async.Reader.t;
  3. writer : Async.Writer.t;
}