Module Fragments.K

type t = Ipaddr.V4.t * Ipaddr.V4.t * int * int

The type of keys in the fragment cache: source IP address, destination IP address, protocol type, and IP identifier.

val compare : t -> t -> int