package tcpip
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=5ae14a7bc5dde635c99e6d18dc030a523abdb217af5e177942e0312e6d788185
sha512=03cdff6fb6d3229d8ef23b910cd430c739324e288b7c46b23e2cc5aa3cdd7425ad7c5ab204ab7e31559cfc9952d49bef11697b3bede660c3ea5a63c801ea4a26
Description
mirage-tcpip
provides a networking stack for the Mirage operating
system. It provides implementations for the following module types
(which correspond with the similarly-named protocols):
- IP (via the IPv4 and IPv6 modules)
- ICMP
- UDP
- TCP
README
mirage-tcpip - an OCaml TCP/IP networking stack
mirage-tcpip
provides a networking stack for the Mirage operating system. It provides implementations for the following module types (which correspond with the similarly-named protocols):
IP (via the IPv4 and IPv6 modules)
ICMP
UDP
TCP
Implementations
There are two implementations of the IP, ICMP, UDP, and TCP module types - the socket
stack, and the direct
stack.
The socket
stack
The socket
stack uses socket calls to a traditional operating system to provide the functionality described in the module types.
See the src/stack-unix/
directory for the modules used as implementations of the socket
stack.
The socket
stack is used for testing or other applications which do not expect to run as unikernels.
The direct
stack
The direct
stack expects to write to a device implementing the NETIF
module type defined for MirageOS.
See the src/
directory for the modules used as implementations of the direct
stack, which is the expected stack for most MirageOS applications.
The direct
stack is the only usable set of implementations for applications which will run as unikernels on a hypervisor target.
Community
WWW: https://mirage.io
API docs: http://docs.mirage.io/tcpip/index.html
License
mirage-tcpip
is distributed under the ISC license.
Dependencies (25)
-
lru
>= "0.3.0"
-
ethernet
>= "2.0.0" & < "3.0.0"
-
randomconv
< "0.2.0"
- duration
-
logs
>= "0.6.0"
- lwt-dllist
-
lwt
>= "3.0.0" & < "5.0.0"
-
fmt
>= "0.8.0"
-
mirage-profile
>= "0.5"
-
macaddr
< "4.0.0"
-
ipaddr
>= "3.0.0"
-
mirage-time-lwt
>= "1.0.0"
-
mirage-protocols-lwt
>= "3.0.0" & < "3.1.0"
-
mirage-protocols
>= "3.0.0" & < "3.1.0"
-
mirage-stack-lwt
>= "1.3.0"
-
mirage-clock-lwt
>= "1.2.0"
-
mirage-random
>= "1.0.0" & < "2.0.0"
-
mirage-clock
>= "1.2.0" & < "3.0.0"
-
mirage-net-lwt
>= "2.0.0"
- cstruct-lwt
-
cstruct
>= "3.2.0"
-
rresult
>= "0.5.0"
-
ocaml
>= "4.03.0"
- dune-configurator
-
dune
>= "1.0"
Dev Dependencies (7)
-
arp-mirage
with-test & >= "2.0.0"
-
mirage-random-test
with-test
-
mirage-clock-unix
with-test & >= "1.2.0"
-
pcap-format
with-test
-
alcotest
with-test & >= "0.7.0" & < "1.4.0"
-
mirage-vnetif
with-test & >= "0.4.0"
-
mirage-flow
with-test & >= "1.2.0" & < "2.0.0"
Used by (20)
-
arp
< "0.2.0"
- caldav
-
capnp-rpc-mirage
>= "0.3.2" & < "0.8.0"
-
caqti-mirage
< "2.1.2"
-
charrua
< "1.2.0"
-
charrua-client-lwt
>= "0.11.1" & < "0.12.0"
-
charrua-client-mirage
>= "0.11.1" & < "0.12.0"
-
charrua-core
>= "0.11.2"
-
conduit
= "0.10.0"
-
frenetic
>= "5.0.0" & < "5.0.5"
-
git-mirage
>= "2.0.0" & < "3.0.0"
-
mirage-conduit
>= "2.0.0" & < "2.2.0"
-
mirage-dns
< "2.6.0"
-
mirage-nat
>= "1.1.0" & < "2.0.0"
-
mirage-qubes-ipv4
>= "0.6" & < "0.8.0"
-
mirage-www
>= "1.1.0"
-
packet
>= "0.4.0"
-
spoke
>= "0.0.3"
- tftp
-
vpnkit
>= "0.1.1"
Conflicts
None