Protocol_9p.Info
type t = {
root : Protocol_9p__.Protocol_9p_types.Fid.t;
The initial fid provided by the client
*)version : Protocol_9p__.Protocol_9p_types.Version.t;
The protocol version we negotiated
*)aname : string;
The aname tree attached to
*)msize : int32;
Negotiated max message size
*)}
Information about the active connection, passed to the receive callback.