Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Network Block Device client and servers for Unix
val connect : string -> int -> Nbd.Channel.channel Lwt.t
connect hostname port
connects to host:port and returns a channel.
val of_fd : Lwt_unix.file_descr -> Nbd.Channel.channel
of_fd fd
returns a channel from an existing file descriptor