package openflow

  1. Overview
  2. Docs
type t =
  1. | FragNormal
  2. | FragDrop
  3. | FragReassemble
val to_string : t -> string