package paf

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

Innovation. Community. Security.