Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Protocol.RequestSourceAfter the negotation phase, clients send I/O requests to the server.
type t = {ty : Command.t;The command type
*)handle : int64;A unique handle used to match requests with responses.
*)from : int64;The start of the data region
*)len : int32;The length of the data region
*)}An I/O request sent by the client to the server.