package paf

  1. Overview
  2. Docs
module type S = sig ... end
module Make (Time : Mirage_time.S) (Stack : Mirage_stack.V4V6) : S with type stack = Stack.t and type TCP.flow = Stack.TCP.flow
OCaml

Innovation. Community. Security.