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.1.tbz
sha256=c3151b243150c7b7412bf27b08107bed0e132f0a271d5f5b34bc0fdffed8ec3e
sha512=4a70d77ed42519a547f7b13e76ccfa05192514ca84e9dc9dcb97a5d141a8cc4551a669017a48290d70f01790a83fbeba53950a2d5f975e8e51e7daf3017d6b5e

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