Skip to content

Releases: mirage/mirage-vnetif

0.6.2

22 May 11:59
Compare
Choose a tag to compare

CHANGES:

  • fewer type aliases, 'a io is Lwt.t, buffer is Cstruct.t, id is int
    (#37 @hannesm)

0.6.1

08 May 09:41
Compare
Choose a tag to compare

CHANGES:

0.6.0

22 Mar 16:56
Compare
Choose a tag to compare

CHANGES:

  • add option for capturing packets directly on the interface (#30, @MagnusS)
  • add option for unlocking a mutex when the interface is in listen mode (#30, @MagnusS)
  • add package mirage-vnetif-stack to provide a preassembled ipv4 stack (#30, @MagnusS)
  • add initial connect test for the vnetif-stack (#30, @MagnusS)
  • clean up opam dependencies (#30, @MagnusS)
  • drop mirage protocols and adapt to arp, ipaddr, tcpip interface
    changes (#33, @MisterDA)
  • restore old behavior of mirage-vnetif to avoid breaking changes (f0b8341, @dinosaure)

v0.5.0

30 Oct 15:33
Compare
Choose a tag to compare

CHANGES:

  • adapt to mirage-net 3.0.0 interface changes (#28 @hannesm)

v0.4.2

24 Feb 15:15
Compare
Choose a tag to compare

CHANGES:

  • adjust to mirage-net 2.0.0 changes
  • port build system to dune

v0.4.1

10 Jan 21:23
Compare
Choose a tag to compare

v0.4.1 2019-01-10

  • Ipaddr 3.0.0 compatibility
  • remove open Result
  • require 4.04.2

Port to jbuilder, support optional size limit for MTU

12 Jun 11:48
Compare
Choose a tag to compare
  • Add optional size_limit to Vnetif.create to make it easier to test
    MTUs (e.g. in TCP/IP) (#16 @yomimono).
  • Port build to Jbuilder.
  • Add Travis CI tests.

v0.3.1

22 Feb 19:24
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

0.3.1 (unreleased)

  • Use topkg
  • Use new mirage-time and mirage-clock modules
  • Adapt to MirageOS version 3 errors scheme

v0.3

20 Jan 16:05
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release

0.3 (unreleased)

  • Use topkg
  • Use new mirage-time and mirage-clock modules
  • Adapt to MirageOS version 3 errors scheme

v0.2.0

10 Sep 13:26
Compare
Choose a tag to compare

Changes:

  • New call unregister_and_flush lets a node wait for all its listener callbacks to return before unregistering from the backend (#4)
  • Support more than 254 connected nodes (12cb4c5)