package mirage-stack
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=d222aa0aadbb7287decd8429be01573d876202d8d1399a9fc5e9f8226252fd77
sha512=638a8603303d7449ace8b70a4927beaf4c49799dca6be2a00f7811aefae4290ad40a960f33a0011a48c4638c4ce348122739f6ebb4d8991e6c4fec0cb26cd795
CHANGES.md.html
v3.0.0 (2021-11-15)
Remove Mirage_stack_lwt module (#20 @hannesm)
mark listen_{tcp(v4),udp(v4)} as deprecated, enow that mirage-protocols 6.0.0 contains UDP.listen and TCP.listen (#20 @hannesm)
Remove mirage-device dependency (#20 @hannesm)
v2.2.0 (2020-09-28)
add Mirage_stack.V4V6 module type (#19 @hannesm)
v2.1.0 (2020-08-31)
add Mirage_stack.V6 module type (#18 @MagnusS)
v2.0.1 (2019-11-04)
provide deprecated Mirage_stack_lwt for smooth transition (#17 @hannesm)
v2.0.0 (2019-10-25)
remove mirage-stack-lwt package (#15 @hannesm)
specialise on Lwt.t and Cstruct.t directly (#15 @hannesm)
raise lower OCaml bound to 4.06.0 (#15 @hannesm)
v1.4.0 (2019-02-24)
port build system to dune
adjuust to opam2 metadata
v1.3.0 (2018-09-15)
remove unused type
netif
and'netif config
from V4 signatureremove
'netif stackv4_config
andsocket_stack_config
adjust to mirage-protocols 1.4.0: remove
ip
from UDPV4 and TCPV4
v1.2.0 (2017-09-06)
add an optional argument ?keepalive to
listen_tcpv4
which allows TCP keepalives on accepted connections.jbuilder is now a build dependency
v1.1.0 (2017-06-16)
port to Jbuilder
v1.0.0 (2016-12-29)
import V4 module type from mirage-types and mirage-types-lwt, where it was STACKV4