package mirage-net-unix

  1. Overview
  2. Docs
Unix implementation of the Mirage_net_lwt interface

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-net-unix-3.0.0.tbz
sha256=87a9ea89634d24707952c5bfa1bda1be17e030377c90dca4ed0feadee55293cc
sha512=f42039d4937e07db8a2b267b2c46ceeaeee6b621eafe1641759efa7697d07924ac833082711420aac8f3b8e7959a0093d17881b0ff3d60a3a691c2304cea6868

CHANGES.md.html

v3.0.0 (2022-03-15)

  • Netif.listen: do not catch exceptions (#50 @hannesm)

v2.8.0 (2020-09-28)

  • Netif.listen: do not catch out of memory exception (#49 @hannesm)

v2.7.0 (30-Oct-2019)

  • Adapt to mirage-net 3.0.0 changes (@hannesm)

v2.6.0 (26-Feb-2019)

  • Adapt to mirage-net 2.0.0 changs (@hannesm)

v2.5.0 (06-Feb-2019)

  • Build with dune instead of jbuilder (@avsm)

  • Upgrade opam metadata to 2.0 (@avsm)

  • Refresh Travis matrix to 4.07 as well (@avsm)

2.4.1 (16-Jun-2017)

  • Build with jbuilder

  • Update to use io-page-unix

2.4.0 (02-Apr-2017)

  • Expose the underlying fd (#40, from @samoht)

2.3.0 (20-Jan-2017)

  • 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 a set_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