package tcpip

  1. Overview
  2. Docs
type direct_ipv4_input = src:Ipaddr.V4.t -> dst:Ipaddr.V4.t -> Cstruct.t -> unit Lwt.t
module type UDPV4_DIRECT = Mirage_protocols_lwt.UDPV4 with type ipinput = direct_ipv4_input
module type TCPV4_DIRECT = Mirage_protocols_lwt.TCPV4 with type ipinput = direct_ipv4_input
OCaml

Innovation. Community. Security.