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.4.tbz
sha256=154c3b18bbb019535a4f37d1fefa3c6131b636e53316a63b395d030b186f2a59
sha512=894d12ff3140b294de1129f76893b295e73093101edec137ba2b2106059081f94385e3e3420c48cde14df6aefbef333bec12f5772c1b85c7ecc73dcde9e5bb8c

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.