package albatross

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

albatross-2.8.0.tbz
sha256=4f1ee56d8a5ab6071b0f201102f4a14b626a340ca5af2faf11c298bed6799c3f
sha512=5e4c7656bddb4de90b925202b6bc7a2068b807cbc3d20f59ad5cafda7f9cf0313796eff5f55c42282850868926ee9c0c57bee0ed48e0f0dbc2853315ad71652d

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