package mirage-runtime
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=648db61b37ba27281a16d4917ef963f36d84c22d9f0596ca1955e871bdce8133
sha512=74da93861e0d915564db77dee56aa207a53bc35f75087dd78c9fcd8f24fbdea68c04404b901b90ba62c8b577be9fda0b8980322c6e8a2f423c6c6f6b96779f45
doc/mirage-runtime.network/Mirage_runtime_network/index.html
Module Mirage_runtime_networkSource
Command-line arguments for network devices
This 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.
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.
val dns_timeout :
?group:string ->
?docs:string ->
int64 option ->
int64 option Cmdliner.Term.tThe timeout (in nanoseconds) for DNS resolution.
val dns_cache_size :
?group:string ->
?docs:string ->
int option ->
int option Cmdliner.Term.tThe DNS resolution cache size.
val he_aaaa_timeout :
?group:string ->
?docs:string ->
int64 option ->
int64 option Cmdliner.Term.tThe 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.
val he_resolve_retries :
?group:string ->
?docs:string ->
int option ->
int option Cmdliner.Term.tThe 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.
val ssh_password :
?group:string ->
?docs:string ->
string option ->
string option Cmdliner.Term.tThe 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.
val syslog :
?group:string ->
?docs:string ->
Ipaddr.t option ->
Ipaddr.t option Cmdliner.Term.tThe 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.
val syslog_truncate :
?group:string ->
?docs:string ->
int option ->
int option Cmdliner.Term.tTruncate 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.
val monitor :
?group:string ->
?docs:string ->
Ipaddr.t option ->
Ipaddr.t option Cmdliner.Term.tThe address to send monitor statistics to, docs defaults to Mirage_runtime.s_log.