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.5.tbz
sha256=ebc621ad01b33a7f96fd049e71bbd06ef95c1a6b36d4072fd15fd35c1a93dc17
sha512=8d47f9434bc6472703f55f819bea21a7deb12095d925f0f8fbb8b96b799473b62a8b302966f579792354aa256b9109dcc16851f5cf951002d35a7d70bca59135

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.ke

Library mnet.tags