Vmm_lwtSourceListen on a port.
Listen on a socket passed by systemd through a variable.
Listen on a socket bound to a service.
val read_chunk :
Lwt_unix.file_descr ->
(string, [> `Eof | `Exception | `Toomuch ]) result Lwt.tval read_wire :
Lwt_unix.file_descr ->
(Vmm_commands.wire, [> `Eof | `Exception | `Toomuch ]) result Lwt.tval write_wire :
Lwt_unix.file_descr ->
Vmm_commands.wire ->
(unit, [> `Exception ]) result Lwt.tval uncompress_stream :
string Lwt_stream.t ->
[ `Data of string | `Malformed of string ] Lwt_stream.t * unit Lwt.t