package albatross

  1. Overview
  2. Docs
Albatross - orchestrate and manage MirageOS unikernels with Solo5

Install

dune-project
 Dependency

Authors

Maintainers

Sources

albatross-2.6.0.tbz
sha256=95335cd203ba8f4b47a0fa2135ae2adc677c5a09a9e85bf729800eeb78f79de6
sha512=5661030612576a2941f57935cf9ceaf04b859e58cd6e70cc1372a9491b85ddaa17e3773c27df5c072fc166533f66ee0663fd52b2e1c4451f1e119dda26ebbac9

doc/albatross.tls/Vmm_tls_lwt/index.html

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