package mirage-protocols-lwt

  1. Overview
  2. Docs
MirageOS signatures for network protocols

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-protocols-1.3.0.tbz
md5=c78a4fd04b96cab6665e8d8a770464ef

CHANGES.md.html

v1.3.0 2017-09-06

  • add support for TCP keepalives by changing the signature of the TCP.input function

  • jbuilder is now a build dependency

v1.2.0 2017-06-15

  • port build to Jbuilder

v1.1.0 2016-03-02

  • require an mtu function in the ETHIF module type.

v1.0.0 2016-12-29

  • import ETHIF, ARP, IP, IPV4, IPV6, TCP, UDP, ICMP module types from mirage-types and mirage-types-lwt