package nbd

  1. Overview
  2. Docs

During the protocol negotiation there are some defined flags used to choose protocol variants. These flags are sent by the client.

type t =
  1. | Fixed_newstyle
    (*

    client acknowledges use of fixed newstyle protocol

    *)
  2. | No_zeroes
    (*

    client acknowledges omission of 124 bytes of zeroes

    *)
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_string : t -> string