Skip to content

NBD Server Customization

Bilal Ozdemir requested to merge feature/nbd-server-customization into master

Add some options to serve command of nbd-rs.

  • port option lets the user determine the network port to be used by NBD Server.
  • [DRAFT] uds option makes NBD Server use Unix Domain Sockets instead of TCP Sockets, if provided properly.

Merge request reports