package mirage-net
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=e3b553a254de725bab23e287350f14aa84a18e5259dd394f2cbe1ffd1ca0db79
sha512=b2f27787bd5756729e1e8797e9fda041d0176ba305fb7b2e72f6f374d263c1d547a98ef0771510302ed80026bf47fb79d737efda9c769c9e604c44aa2ba51967
CHANGES.md.html
v3.0.1 (2019-11-04)
provide deprecated Mirage_net_lwt for smooth transition (#23 @hannesm)
v3.0.0 (2019-10-22)
remove mirage-net-lwt (#21 @hannesm)
specialise to Lwt.t, Cstruct.t, Macaddr.t (#21 @hannesm)
raise lower OCaml bound to 4.06.0 (#21 @hannesm)
v2.0.0 (2019-02-24)
Improvements to the write path (#15, #18 @hannesm)
remove
page_aligned_buffer
andio-page
dependencyremove
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)
Port to Jbuilder.
v1.0.0 (2016-12-26)
Add Stats module from
mirage-net-xen
for common useInitial version, code imported from https://github.com/mirage/mirage