package mirage-net-unix
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=a18fe5409f722fca5e29d6103ce8e1692476ab2fe03ae957031a663c9db5780e
md5=e4d86201090a649d63a98967b773a5ba
CHANGES.md.html
2.3.0 (unreleased):
Support MirageOS 3; drop support for earlier versions
listen
no longer restarts itself when canceled (#36, from @yomimono)Remove misleading error message referencing OSX (#31, from @hannesm)
Use topkg instead of OASIS
writev
no longer fails when called with a list of total length > 1 page (#26, by @yomimono)disconnect
no longer causes a crash on invocation (#26, by @yomimono)
2.2.3 (17-May-2016):
Generate a random MAC address for the interface on each run. (#24, from @yomimono)
Remove unused id type (#21, from @talex5)
2.2.2 (07-Jun-2015):
Force non-blocking mode in the tun file descriptor to workaround a Linux 3.19+ kernel bug (see mirage/ocaml-tuntap#15). Requires tuntap 1.3.0+ for the corresponding fix.
2.2.1 (02-Jun-2015):
Make
Netif.listen
tail-recursive. This fixes a long-standing (small) memory leak (#16, by @hannesm and @samoht)Expose
Netif.pp_error
2.2.0 (07-Mar-2015):
Leave the tuntap persistence flag unchanged (#9, from @infidel)
Add explicit
connect
function to interface (#10)
2.1.0 (27-Jan-2015):
Support
io-page
1.3.0+ interface.Add local
opam
file for convenient OPAM 1.2 developer workflow.
2.0.0 (14-Aug-2014):
Make
mac
field mutable and add aset_mac
function to modify it.
1.1.1 (30-May-2014):
Improve error message for permission denied (#6).
Fix the order of linking to ensure
io-page.unix
comes first. This works around a linking hack to ensure the C symbols load.
1.1.0 (01-Feb-2014):
Depend on the unified io-page library instead of io-page-unix.
1.0.0 (08-Dec-2013):
Use the NETWORK.listen interface from mirage-types-0.5.0.
Fix findlib package name to
mirage-net-unix
.
0.9.0 (08-Dec-2013)
Adapt to mirage-types-0.4.0
Do not pack Netif, making it a toplevel module instead.
import first version of Netif driver based on mirage-platform-0.9.8