Mirage_runtime_networkThis module is the runtime counter-part of the network command-line arguments defined in Mirage_runtime_arg. Both modules should be kept in sync.
A network interface, docs defaults to Mirage_runtime.s_net.
module Arg : sig ... endCmdliner.Arg converters for Ipadrr types.
module V4 : sig ... endIpv4 Terms
module V6 : sig ... endIpv6 Term.ts.
An option for dual stack to only use IPv4, docs defaults to Mirage_runtime.s_net.
An option for dual stack to only use IPv6, docs defaults to Mirage_runtime.s_net.
val resolver :
?group:string ->
?docs:string ->
?default:string list ->
unit ->
string list option Cmdliner.Term.tThe address of the DNS resolver to use. See $REFERENCE for format. docs defaults to Mirage_runtime.s_net.
val dns_servers :
?group:string ->
?docs:string ->
string list option ->
string list option Cmdliner.Term.tThe address of the DNS servers to use. See $REFERENCE for format. docs defaults to Mirage_runtime.s_net.
The timeout (in nanoseconds) for DNS resolution.
The DNS resolution cache size.
The timeout (in nanoseconds) for AAAA resolution.
val he_connect_delay :
?group:string ->
?docs:string ->
int64 option ->
int64 option Cmdliner.Term.tThe delay (in nanoseconds) for establishing connections.
val he_connect_timeout :
?group:string ->
?docs:string ->
int64 option ->
int64 option Cmdliner.Term.tThe timeout (in nanoseconds) for establishing connections.
val he_resolve_timeout :
?group:string ->
?docs:string ->
int64 option ->
int64 option Cmdliner.Term.tThe timeout (in nanoseconds) for DNS resolution.
The number of DNS resolution attempts.
val he_timer_interval :
?group:string ->
?docs:string ->
int64 option ->
int64 option Cmdliner.Term.tThe interval (in nanoseconds) when the timer is executed.
The private SSH key.
The SSH password.
val ssh_authenticator :
?group:string ->
?docs:string ->
string option ->
string option Cmdliner.Term.tThe SSH authenticator.
val tls_authenticator :
?group:string ->
?docs:string ->
string option ->
string option Cmdliner.Term.tThe TLS authenticator.
val http_headers :
?group:string ->
?docs:string ->
(string * string) list option ->
(string * string) list option Cmdliner.Term.tHTTP headers.
The address to send syslog frames to, docs defaults to Mirage_runtime.s_log.
The port to send syslog frames to, docs defaults to Mirage_runtime.s_log.
Truncate syslog frames to a specific byte count, docs defaults to Mirage_runtime.s_log.
val syslog_keyname :
?group:string ->
?docs:string ->
string option ->
string option Cmdliner.Term.tTLS key used for syslog, docs defaults to Mirage_runtime.s_log.
The address to send monitor statistics to, docs defaults to Mirage_runtime.s_log.