Skip to content

Latest commit

 

History

History

nbd

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.