package mirage-net-fd

  1. Overview
  2. Docs

Description

Implementation of MirageOS network interfaces using raw sockets. The caller is in charge of opening the file-descriptor with that are passed to the connect function.

Published: 08 Apr 2017

README

mirage-net-fd -- MirageOS network interfaces using raw sockets

Implementation of MirageOS network interfaces using raw sockets. The caller is in charge of opening the file-descriptor with that are passed to the connect function.

Dependencies (11)

  1. ipaddr
  2. result
  3. io-page >= "1.0.1" & < "2.0.0"
  4. mirage-net-lwt >= "1.0.0" & < "2.0.0"
  5. lwt >= "2.4.3"
  6. topkg build
  7. ocamlbuild build
  8. ocamlfind build
  9. cstruct-lwt = "0"
  10. cstruct >= "1.7.1"
  11. ocaml >= "4.02.3"

Dev Dependencies (1)

  1. alcotest with-test & < "0.8.0"

Used by

None

Conflicts

None