Plasma GitLab Archive
Projects Blog Knowledge

sig
  exception Config_error of string
  val read_config_file : string -> Netplex_types.config_file
  val repr_config_file :
    string -> Netplex_types.config_tree -> Netplex_types.config_file
  val read_netplex_config :
    Netplex_types.parallelization_type ->
    Netplex_types.logger_factory list ->
    Netplex_types.workload_manager_factory list ->
    Netplex_types.processor_factory list ->
    Netplex_types.config_file -> Netplex_types.netplex_config
  val read_tls_config :
    ?verify:((module Netsys_crypto_types.TLS_ENDPOINT-> bool) ->
    ?peer_name_unchecked:bool ->
    Netplex_types.config_file ->
    Netplex_types.address ->
    (module Netsys_crypto_types.TLS_PROVIDER) option ->
    (module Netsys_crypto_types.TLS_CONFIG) option
end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml