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.icmpv4/ICMPv4/index.html

Module ICMPv4Source

Sourceval src : Logs.src
Sourcemodule Packet : sig ... end
Sourceval input : IPv4.Writer.ipv4 -> IPv4.packet -> string -> unit
Sourcetype t = {
  1. mutex : Miou.Mutex.t;
  2. condition : Miou.Condition.t;
  3. queue : (IPv4.packet * string) Queue.t;
  4. ipv4 : IPv4.t;
  5. orphans : unit Miou.orphans;
}
Sourceval clean : unit Miou.orphans -> unit
Sourcetype daemon = unit Miou.t * t
Sourceval handler : IPv4.t -> daemon
Sourceval kill : ('a Miou.t * 'b) -> unit
Sourceval transfer : ('a * t) -> (IPv4.packet * IPv4.payload) -> unit