Releases: mirage/mirage-tcpip
Releases · mirage/mirage-tcpip
v3.7.9
CHANGES:
- Add ?ttl:int parameter to Udp and Icmp write (#416 @phaer)
- Ipv4.Fragments use a Lru.M.t instead of Lru.F.t (#418 @hannesm)
- Adapt to mirage-protocols 3.1.0 changes (#419 @hannesm)
- removed IP.set_ip
- added `Would_fragment to Ip.error
v3.7.8
CHANGES:
- provide Fragments.fragment for the write side of fragmentation, use in Static_ipv4 (#415, @hannesm)
v3.7.7
CHANGES:
- support ipaddr/macaddr.4.0.0 interfaces (@avsm)
- remove extraneous debug messages from Ipv4.Fragments (@hannesm, #410)
v3.7.6
CHANGES:
- opam: ensure Xen bindings are built with right mirage-xen-ocaml CFLAGS (@avsm)
- opam: correctly register mirage-xen-ocaml as a depopt (@avsm)
- use mirage-protocols-3.0 interface for ipaddr printing (#408 @yomimono @linse)
- remove dependency on configurator and use dune's builtin one instead (@avsm)
v3.7.5
CHANGES:
- drop IPv4 packets which destination address is not us or broadcast (#407 by @hannesm)
v3.7.2: Merge pull request #400 from yomimono/release-3.7.2
v3.7.1
CHANGES:
- Adjust to mirage-protocols 2.0.0 changes (#394 by @hannesm)
- Ethif is now Ethernet (#394 by @hannesm)
- IPv4 write now fragments if payload exceeds MTU (and the optional labeled
fragment argument is not false) (#394 by @hannesm)
v3.7.0
CHANGES:
- Use
Lwt_dllist
instead of Lwt_sequence
, due to the latter being deprecated
upstream in Lwt (ocsigen/lwt#361) (#388 by @avsm).
- Remove arpv4 and ethif sublibraries, now provided by ethernet and arp-mirage
opam packages (#380 by @hannesm).
- Upgrade from jbuilder to dune (#391 @avsm)
- Switch from topkg to dune-release (#391 @avsm)