package mirage-nat

  1. Overview
  2. Docs
type port = Cstruct.uint16
type endpoint = Ipaddr.V4.t * port
type time = int64
type error = [
  1. | `Overlap
  2. | `Cannot_NAT
  3. | `Untranslated
  4. | `TTL_exceeded
]
val pp_error : [< error ] Fmt.t
module type CLOCK = Mirage_clock_lwt.MCLOCK
module type TIME = Mirage_time_lwt.S
module type S = sig ... end
module type SUBTABLE = sig ... end
module type TABLE = sig ... end