package protocol-9p

  1. Overview
  2. Docs
type t = {
  1. root : Protocol_9p_types.Fid.t;
    (*

    The initial fid provided by the client

    *)
  2. version : Protocol_9p_types.Version.t;
    (*

    The protocol version we negotiated

    *)
  3. aname : string;
    (*

    The aname tree attached to

    *)
  4. msize : int32;
    (*

    Negotiated max message size

    *)
}

Information about the active connection, passed to the receive callback.