package nbd

  1. Overview
  2. Docs
module Channel : sig ... end

Channels represent connections between clients and servers.

module Client : sig ... end

An NBD client which allows you to connect to remote disks and perform I/O.

module Mirror : sig ... end
module Mux : sig ... end
module Nbd_result : sig ... end
module Protocol : sig ... end

Types representing NBD protocol requests and responses.

module S : sig ... end

Common signatures used in the library.

module Server : sig ... end

A Server which allows you to expose an existing block device to remote clients over NBD.

OCaml

Innovation. Community. Security.