package mnet

  1. Overview
  2. Docs
An implementation of TCP (Transmission Control Protocol) in OCaml for Miou & Solo5

Install

dune-project
 Dependency

Authors

Maintainers

Sources

mnet-0.0.6.tbz
sha256=98230fefe2962c4e766a32f3af206a09e2b866e1cab8e82ed24d27eb580b365a
sha512=08fb6d2876efc620742cea99203ee1d4af9979ea2af916c5fd11de2ecfeb6355d694fea513a4e45f7c85089b91a0dde3dc932d5b57d03770986a1a62b40fbbae

doc/mnet.ipv4/IPv4/Flag/index.html

Module IPv4.FlagSource

Sourcetype t =
  1. | DF
  2. | MF

IPv4 header flags.

  • DF (Don't Fragment): the packet must not be fragmented.
  • MF (More Fragments): more fragments follow this one.