Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
In the 'newstyle' negotiation there is an opportunity for the client to negotiate options with the server. These are the known options.
type t =
| ExportName
The client would like to connect to a given disk/export by name
*)| Abort
The client would like to quit.
*)| List
The client would like to receive a list of known disk/exports.
*)| StartTLS
The client would like to protect the session with TLS.
*)| Unknown of int32
This option is unknown to this implementation
*)val to_string : t -> string