package tcpip

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Fragments.VSource

Sourcetype t = int64 * Cstruct.t * bool * int * (int * Cstruct.t) list

The type of values in the fragment cache: a timestamp of the first received one, IP options (of the first fragment), whether or not the last fragment was received (the one with more fragments cleared), amount of received fragments, and a list of pairs of offset and fragment.

Sourceval weight : t -> int

weight t is the data length of the received fragments.

OCaml

Innovation. Community. Security.