package tcpip

  1. Overview
  2. Docs
type error = Tcpv6.error
type write_error = Tcpv6.write_error
type ipaddr = Ipaddr.V6.t
type flow = Tcpv6.flow
type t = Tcpv6.t
val disconnect : t -> unit Lwt.t
val pp_error : error Fmt.t
val pp_write_error : write_error Fmt.t
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
val dst : flow -> ipaddr * int
val write_nodelay : flow -> Cstruct.t -> (unit, write_error) Stdlib.result Lwt.t
val writev_nodelay : flow -> Cstruct.t list -> (unit, write_error) Stdlib.result Lwt.t
val create_connection : ?keepalive:Mirage_protocols.Keepalive.t -> t -> (ipaddr * int) -> (flow, error) Stdlib.result Lwt.t
val listen : t -> port:int -> ?keepalive:Mirage_protocols.Keepalive.t -> (flow -> unit Lwt.t) -> unit
val unlisten : t -> port:int -> unit
val input : t -> src:ipaddr -> dst:ipaddr -> Cstruct.t -> unit Lwt.t
OCaml

Innovation. Community. Security.