Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Releases: mirage/mirage-stack

4.0.0

15 Dec 16:18
Compare
Choose a tag to compare

CHANGES:

  • Deprecate mirage-stack. The module types are now part of tcpip (>= 7.0.0)
    (#21 @hannesm)

3.0.0

14 Nov 23:36
Compare
Choose a tag to compare

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.2.0

28 Sep 12:31
Compare
Choose a tag to compare

CHANGES:

v2.1.0

31 Aug 08:25
Compare
Choose a tag to compare

CHANGES:

v2.0.1

04 Nov 18:47
Compare
Choose a tag to compare

CHANGES:

  • provide deprecated Mirage_stack_lwt for smooth transition (#17 @hannesm)

v2.0.0

25 Oct 00:23
2d850fb
Compare
Choose a tag to compare

CHANGES:

v1.4.0

24 Feb 19:40
5a8cfae
Compare
Choose a tag to compare

CHANGES:

  • port build system to dune
  • adjuust to opam2 metadata

v1.3.0

14 Sep 23:55
20375f2
Compare
Choose a tag to compare

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

15 Feb 14:56
eaac102
Compare
Choose a tag to compare
  • add an optional argument ?keepalive to listen_tcpv4 which allows TCP keepalives on accepted connections.
  • jbuilder is now a build dependency

port to jbuilder

15 Jun 16:43
Compare
Choose a tag to compare
v1.1.0

trim unused META files