Page
Library
Module
Module type
Parameter
Class
Class type
Source
Conduit_mirage
SourceFunctorial connection establishment interface that is compatible with the Mirage libraries.
Dynamic flows.
The type for client connections.
address and destination port
address and destination port
listening port
type vchan_client = [
| `Vchan of
[ `Direct of int * Vchan.Port.t | `Domain_socket of string * Vchan.Port.t ]
]
The type for client configuration values.
The type for server configuration values.
Resolve a conduit endpoint into a client configuration.
Resolve a confuit endpoint into a server configuration.
The type for conduit values.
include S
Extend a conduit with an implementation for TCP.
Extend a conduit with an implementation for VCHAN.
Connect a conduit using a client configuration value.
module Context
(R : Mirage_random.S)
(C : Mirage_clock.MCLOCK)
(S : Mirage_stack.V4) :
sig ... end