Nbd_lwt_unixNetwork Block Device client and servers for Unix
val connect : string -> int -> Nbd.Channel.channel Lwt.tconnect hostname port connects to host:port and returns a channel.
val of_fd : Lwt_unix.file_descr -> Nbd.Channel.channelof_fd fd returns a channel from an existing file descriptor