package mnet
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
An implementation of TCP (Transmission Control Protocol) in OCaml for Miou & Solo5
Install
dune-project
Dependency
Authors
Maintainers
Sources
mnet-0.0.3.tbz
sha256=85ceac44091bae441d88789b3ce9efe9e206e9905edb37fb8de10121d89c870a
sha512=cad757a660625c085f7c1f337ca7b85cf0145d1e8ef9886200be75174f51519e3443fe5757e061d76b14852a7082728448a7a484949c4a0ebd3011f328b7a25f
doc/CHANGES.html
v0.0.3 (2026-06-09)
- Minor simplification of
mnet-tlsabout handshake (@hannesm, !28) - Improve
mnet-cli(addsetup_logs) (@dinosaure, !30) - Be able to return the TCP daemon (and be able to kill it) (@dinosaure, !31)
- Add a new
mnet-sshpackage which implements SSH for unikernels (@dinosaure, !29)
v0.0.2 (2026-05-06)
- Improve our unikernel example and our resolver, it's able to take a domain-name as an argument (@hannesm, !14)
- Improve our IPv4 routing (@hannes, @reynir, @dinosaure, !16)
- Improve
mnet-cliand add titles for some options (@dinosaure, !17) - Catch exceptions when we read on TCP and/or TLS connections for DNS packets (@dinosaure, !18)
- Fix how we try to instantiate a connection to nameservers (@dinosaure, @hannesm, !19)
- Fix how we push new happy-eyeballs actions (@dinosaure, !20)
- Add options for happy-eyeballs (@dinosaure, !22)
- Fix our
mnet-tlsimplementation and pass a flow after its handshake even if the flow was closed (on read and write side) (@dinosaure, !23) - Try to send TCP packets from our TCP timer directly without interruptions instead of push it into our queue (@dinosaure, !24)
- Be able to resolve domain-name into our happy-eyeballs implementation (@dinosaure, !25)
Fix our
mnet-dnsimplementation:- we fix how we read DNS packet from TCP and/or TLS connections
- we fix how we try to instantiate a new connection to nameservers
(@dinosaure, !26)
v0.0.1 (2026-02-17)
- First public release of
mnet
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page