Releases: mirage/mirage-stack
Releases · mirage/mirage-stack
4.0.0
CHANGES:
- Deprecate mirage-stack. The module types are now part of tcpip (>= 7.0.0)
(#21 @hannesm)
3.0.0
CHANGES:
- 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.0.1
CHANGES:
- provide deprecated Mirage_stack_lwt for smooth transition (#17 @hannesm)
v1.4.0
CHANGES:
- port build system to dune
- adjuust to opam2 metadata
v1.3.0
CHANGES:
- remove unused type
netif
and 'netif config
from V4 signature
- remove
'netif stackv4_config
and socket_stack_config
- adjust to mirage-protocols 1.4.0: remove
ip
from UDPV4 and TCPV4
Add support for TCP keepalives
- add an optional argument ?keepalive to
listen_tcpv4
which allows TCP keepalives on accepted connections.
- jbuilder is now a build dependency
port to jbuilder
v1.1.0
trim unused META files