package mnet-dhcp
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
A DHCP client integration for the mnet TCP/IP stack
Install
dune-project
Dependency
Authors
Maintainers
Sources
mnet-0.0.7.tbz
sha256=efcef0d0452c6b6b5d5a618bff47250fd873d4cd317d0a51ee349c4a5cb84d9a
sha512=5c0d2b5a1967c592138525f6f706457b45833f4f86a98c7cede0128edce4104e227361025bacc4c888bf73499c8438df95d51f990f93515cd4a2ce5f89e01caa
doc/CHANGES.html
v0.0.7 (2026-09-08)
- Use the last version of
bin(@dinosaure, !67) - Rename
mnet.ke(conflict withke) tomnet.ring(@dinosaure, !68)
v0.0.6 (2026-09-03)
- Add
TCP.read_bigarray(@dinosaure, !62) - Add documentation on
mnet.keand improve it (@dinosaure, @hannesm, !63, !64) - Fix memory usage of
mnet(@dinosaure, spotted by @hannesm, !65)
v0.0.5 (2026-08-28)
- We can close multiple times a TCP connection (@dinosaure, @hannesm, !47)
- Use warning names instead of numbers (@hannesm, !46)
- Remove doublon about Ethernet.mac{,addr} (spotted by @hannesm, @dinosaure, !48)
- Fix how we select our router on IPv6 (@reynir, !51)
- Upgrade
mnetwithmkernel.0.0.4(@hannesm, !53) - Use
Mkernel.finallyto finalize our daemon (@dinosaure, @reynir, !54) - Sync OPAM files with dune dependencies (@hannesm, !55)
- Move command-line helpers to their own packages (@hannesm, @dinosaure, !56)
- Introduce the new module
Mnet_dhcp.Or_staticwhich mix DHCP and our TCP/IP stack (@reynir, @hannesm, !52) - Be able to specify its own IPv6 gateway (instead of get them from RA) (@reynir, @hannesm, !50)
Improve the API of
Mnet.TCPand provide a buffered flow and a direct flowbreaking change
TCP.getis renamed toTCP.readandTCP.{really_,}readtoTCP.{really_,}input.(@dinosaure, @hannesm, !58)
- Improve a bit our
mnet-dnsimplementation and our interface (@dinosaure, !59)
v0.0.4 (2026-07-30)
- Add the support of DHCP and the new package
mnet-dhcp(@dinosaure, @reynir, !34) - Add a basic implementation of the SSH client (@dinosaure, !33)
- Fix the compilation for OCaml 5.5 (@dinosaure, @kit-ty-kate, !36, #3)
- Use
Miou.Mutex.protectwhen we want to signal aNotify.tvalue (@dinosaure, [!35][35]) - Replace our internal
Bstr.tby bytes when it's about buffering on the TCP stack (@dinosaure, !38) - Use the new interface of
utcp.0.0.6(@dinosaure, !38) - Add
?iponMnet_tls.client_of_fd(@hannesm, !40) - Add a hard limit for incoming passive TCP connections (@dinosaure, @hannesm, !42)
- Improve throughput for
mnet-tls(@dinosaure, @hannesm, !39) - Fix how we handle active connection and use
utcp.0.0.7(@dinosaure, @hannesm, !43)
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