package mirage-runtime
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=0c07d59eb52dc3d1506eb4121c4953104a12df79d08a0f0923c9b71e7474a026
sha512=666bf9ee20c9f9de058441f252f4f40ceec6a9ffd00e5cd3b7bfa9532fd65000aeb8a83f9e55586be98d0a86ea72f2dda94e924608135e3d63441359505de58a
doc/mirage-runtime.network/Mirage_runtime_network/index.html
Module Mirage_runtime_network
Source
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.t
The 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.t
The 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.t
The timeout (in nanoseconds) for DNS resolution.
val dns_cache_size :
?group:string ->
?docs:string ->
int option ->
int option Cmdliner.Term.t
The DNS resolution cache size.
val he_aaaa_timeout :
?group:string ->
?docs:string ->
int64 option ->
int64 option Cmdliner.Term.t
The timeout (in nanoseconds) for AAAA resolution.
val he_connect_delay :
?group:string ->
?docs:string ->
int64 option ->
int64 option Cmdliner.Term.t
The delay (in nanoseconds) for establishing connections.
val he_connect_timeout :
?group:string ->
?docs:string ->
int64 option ->
int64 option Cmdliner.Term.t
The timeout (in nanoseconds) for establishing connections.
val he_resolve_timeout :
?group:string ->
?docs:string ->
int64 option ->
int64 option Cmdliner.Term.t
The timeout (in nanoseconds) for DNS resolution.
val he_resolve_retries :
?group:string ->
?docs:string ->
int option ->
int option Cmdliner.Term.t
The number of DNS resolution attempts.
val he_timer_interval :
?group:string ->
?docs:string ->
int64 option ->
int64 option Cmdliner.Term.t
The 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.t
The SSH password.
val ssh_authenticator :
?group:string ->
?docs:string ->
string option ->
string option Cmdliner.Term.t
The SSH authenticator.
val tls_authenticator :
?group:string ->
?docs:string ->
string option ->
string option Cmdliner.Term.t
The TLS authenticator.
val http_headers :
?group:string ->
?docs:string ->
(string * string) list option ->
(string * string) list option Cmdliner.Term.t
HTTP headers.
val syslog :
?group:string ->
?docs:string ->
Ipaddr.t option ->
Ipaddr.t option Cmdliner.Term.t
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
.
val syslog_truncate :
?group:string ->
?docs:string ->
int option ->
int option Cmdliner.Term.t
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.t
TLS key used for syslog, docs
defaults to Mirage_runtime.s_log
.
The hostname used for syslog and monitoring, docs
defaults to Mirage_runtime.s_log
.
val monitor :
?group:string ->
?docs:string ->
Ipaddr.t option ->
Ipaddr.t option Cmdliner.Term.t
The address to send monitor statistics to, docs
defaults to Mirage_runtime.s_log
.