Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Conduit_mirage
SourceFunctorial connection establishment interface that is compatible with the Mirage libraries.
type client = [
| `TCP of Ipaddr.t * int
address and destination port
*)| `TLS of Tls.Config.client * client
| `Vchan of
[ `Direct of int * Vchan.Port.t | `Domain_socket of string * Vchan.Port.t ]
]
The type for client configuration values.
type server = [
| `TCP of int
listening port
*)| `TLS of Tls.Config.server * server
| `Vchan of [ `Direct of int * Vchan.Port.t | `Domain_socket ]
]
The type for server configuration values.
The signature for conduits
module Vchan
(X : Xs_client_lwt.S)
(V : Vchan.S.ENDPOINT with type port = Vchan.Port.t) :
sig ... end