Skip to content

Files

Latest commit

e11346f · Apr 4, 2019

History

History

nbd

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 4, 2019
Nov 21, 2018
Mar 8, 2019
Oct 25, 2018

Network block device

This is an implementation of the NBD protocol on top of elle::reactor. One may implement any block device backend by subclassing elle::nbd::Server::Device and implementing the relevant methods, and adding them to a elle::nbd::Server. An example implementation over a file is provided in bin/nbd-file.cc.