- fewer type aliases, 'a io is Lwt.t, buffer is Cstruct.t, id is int (#37 @hannesm)
- support newer tcp releases (#35, @hannesm)
- remove mirage-profile and result dependency (#35, @hannesm)
- use mirage-crypto-rng instead of mirage-random-test (#35, @hannesm)
- adapt lower bounds (#35, @hannesm)
- 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)
- adapt to mirage-net 3.0.0 interface changes (#28 @hannesm)
- adjust to mirage-net 2.0.0 changes
- port build system to dune
- Ipaddr 3.0.0 compatibility
- remove open Result
- require 4.04.2
- Add optional
size_limit
toVnetif.create
to make it easier to test MTUs (e.g. in TCP/IP) (#16 @yomimono). - Port build to Jbuilder.
- Add Travis CI tests.
- Don't export
Delayed_backend
yet as it is not ready for primetime use.
- Use topkg
- Use new mirage-time and mirage-clock modules
- Adapt to MirageOS version 3 errors scheme
- 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
- Initial public release.