package nbd

  1. Overview
  2. Docs

The client's initial response to the server's greeting

type t = ClientFlag.t list

The client can send some flags, in response to flags set by the server.

include sig ... end
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val sizeof : int
val marshal : Cstruct.t -> t -> unit
val unmarshal : Cstruct.t -> t
OCaml

Innovation. Community. Security.