package nbd

  1. Overview
  2. Docs

Module Nbd.SSource

Common signatures used in the library.

Sourcemodule type CLIENT = sig ... end

A Client allows you to list the disks available on a server, connect to a specific disk and then issue read and write requests.

Sourcemodule type SERVER = sig ... end

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