package albatross

  1. Overview
  2. Docs

Module Vmm_tls_lwtSource

Sourceval read_tls_chunk : Tls_lwt.Unix.t -> (string, [> `Eof | `Tls_eof | `Exception | `Toomuch ]) result Lwt.t
Sourceval read_tls : Tls_lwt.Unix.t -> (Vmm_commands.wire, [> `Eof | `Tls_eof | `Exception | `Toomuch ]) result Lwt.t
Sourceval write_tls_chunk : Tls_lwt.Unix.t -> string -> (unit, [> `Exception ]) result Lwt.t
Sourceval write_tls : Tls_lwt.Unix.t -> Vmm_commands.wire -> (unit, [> `Exception ]) result Lwt.t
Sourceval close : Tls_lwt.Unix.t -> unit Lwt.t
OCaml

Innovation. Community. Security.