package paf

  1. Overview
  2. Docs
type error = TCP.error
val pp_error : error Fmt.t
type nonrec write_error = TCP.write_error
val pp_write_error : write_error Fmt.t
type flow = TCP.flow
val read : flow -> (Cstruct.t Mirage_flow.or_eof, error) Stdlib.result Lwt.t
val write : flow -> Cstruct.t -> (unit, write_error) Stdlib.result Lwt.t
val writev : flow -> Cstruct.t list -> (unit, write_error) Stdlib.result Lwt.t
val close : flow -> unit Lwt.t
OCaml

Innovation. Community. Security.