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.2.tbz
sha256=92b1cfec8487423090ed7abedee824ca20db86f1a7af7e308b4118bc0f774e03
sha512=ce7685c363581121c7d8ae0c33d7dff30ee2dd9dcd29d56f451ac3261b84a91d35a2fa65b31f1f321ddc4b5984e21840459c63614e81ee814f47ac24376bf018

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