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.7.tbz
sha256=efcef0d0452c6b6b5d5a618bff47250fd873d4cd317d0a51ee349c4a5cb84d9a
sha512=5c0d2b5a1967c592138525f6f706457b45833f4f86a98c7cede0128edce4104e227361025bacc4c888bf73499c8438df95d51f990f93515cd4a2ce5f89e01caa

doc/index.html

mnet

API

Library mnet

  • Mnet mnet is a partially complete implementation of the IPv4, IPv6, and TCP protocols (for the latter, mnet uses the utcp project).

Library mnet.arpv4

  • ARPv4 Address Resolution Protocol (ARPv4) for IPv4.

Library mnet.ethernet

Library mnet.fragments

  • Fragments Fragments is a module that implements an IPv4/IPv6 packet reassembly algorithm with a limit on memory consumption (using an LRU) and lifetime.

Library mnet.icmpv4

Library mnet.ipv4

  • IPv4 IPv4 protocol layer.

Library mnet.ipv6

  • IPv6 IPv6 protocol layer.

Library mnet.ring

Library mnet.tags