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: 19 Jun 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 (9)

  1. ipaddr
  2. result
  3. io-page-unix >= "2.0.0"
  4. mirage-net-lwt >= "1.0.0" & < "2.0.0"
  5. lwt >= "2.4.3"
  6. cstruct-lwt >= "3.0.0" & < "6.0.0"
  7. cstruct >= "3.0.0" & < "6.0.0"
  8. jbuilder >= "1.0+beta9"
  9. ocaml >= "4.02.3"

Dev Dependencies (1)

  1. alcotest with-test & < "0.8.0"

Used by

None

Conflicts

None