Releases: mirage/ethernet
Releases · mirage/ethernet
3.2.0
3.1.0
3.0.0
CHANGES:
- Include Mirage_protocols.ETHERNET module type in ethernet directly, remove
dependency on mirage-protocols (#8 @hannesm) - The ethernet library is now wrapped, this means a lot of API breakage.
The most used binding, Ethernet_wire.sizeof_ethernet is now known as
Ethernet.Packet.sizeof_ethernet. (#8 @hannesm)
2.2.1
v2.2.0
v2.1.0
v2.0.0
CHANGES:
- Adjust to mirage-protocols 2.0.0 and mirage-net 2.0.0 changes
- Ethernet is now responsible for prefixing the Ethernet header
- MTU is required from the underlying network interface instead of as argument
to connect - Ethif/ETHIF are now Ethernet/ETHERNET