1 parent 805a19c commit 54d478dCopy full SHA for 54d478d
1 file changed
ocaml/libs/stunnel/stunnel.mli
@@ -102,7 +102,11 @@ val with_client_proxy_systemd_service :
102
103
module UnixSocketProxy : sig
104
(** Handle for a long-running stunnel proxy that exposes TLS connection
105
- via a UNIX socket file. *)
+ via a UNIX socket file.
106
+ This module allows to create stunnel clients. But in XAPI, if you are
107
+ finding a stunnel client to use, you probably should use stunnel_cache.ml.
108
+ Stunnel instances there are managed and reused.
109
+ *)
110
type t
111
112
val socket_path : t -> string
0 commit comments