package paf

  1. Overview
  2. Docs
HTTP/AF and MirageOS

Install

dune-project
 Dependency

Authors

Maintainers

Sources

paf-0.5.0.tbz
sha256=a1646fc1bf0386d17796d59a67a9a82a681a74552782bba8d54388686355fe83
sha512=616f5b7c7090b5f9bba70969fce56ffc909ec31a6a9045d8093e4494e76607b4ebb957cc1b2318364d50f30e5414d058af46a23bf8ea0a0ee421dc94378b9c31

doc/paf.mirage/Paf_mirage/Make/TCP/index.html

Module Make.TCPSource

include Mirage_flow.S
type error
val pp_error : error Fmt.t
Sourcetype nonrec write_error = private [>
  1. | Mirage_flow.write_error
]
Sourceval pp_write_error : write_error Fmt.t
Sourcetype flow
Sourceval read : flow -> (Cstruct.t Mirage_flow.or_eof, error) result Lwt.t
Sourceval write : flow -> Cstruct.t -> (unit, write_error) result Lwt.t
Sourceval writev : flow -> Cstruct.t list -> (unit, write_error) result Lwt.t
Sourceval close : flow -> unit Lwt.t
Sourceval dst : flow -> ipaddr * int
Sourceval no_close : flow -> unit
Sourceval to_close : flow -> unit
OCaml

Innovation. Community. Security.