package mirage-net-lwt

  1. Overview
  2. Docs

CHANGES.md.html

v2.0.0 (2019-02-24)

  • Improvements to the write path (#15, #18 @hannesm)

    • remove page_aligned_buffer and io-page dependency

    • remove writev

    • provide mtu : t -> int

    • adjust write : t -> size:int -> (buffer -> int) -> (unit, error) result io -> allocation is done by the mirage-net implementation, and the buffer is filled by the upper layers. once filled, it is send out.

  • Port build to dune from jbuilder (#16 @avsm)

  • Switch to dune-release instead of topkg (#16 @avsm)

v1.2.0 (2019-01-10)

  • Use macaddr opam package (since ipaddr 3.0.0, macaddr is a separate opam package)

  • Port to opam2

v1.1.1 (2017-06-29)

  • Fix an issue with linking with the Result module on 4.04 on Linux.

v1.1.0 (2017-05-30)

v1.0.0 (2016-12-26)