Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val init' :
?backlog:int ->
?stop:unit Lwt.t ->
?timeout:int ->
Tls.Config.server ->
Unix.sockaddr ->
(Lwt_unix.sockaddr ->
Lwt_unix.file_descr ->
Lwt_io.input Lwt_io.channel ->
Lwt_io.output Lwt_io.channel ->
unit Lwt.t) ->
unit Lwt.t
val init :
?backlog:int ->
certfile:Lwt_io.file_name ->
keyfile:Lwt_io.file_name ->
?stop:unit Lwt.t ->
?timeout:int ->
Unix.sockaddr ->
(Lwt_unix.sockaddr ->
Lwt_unix.file_descr ->
Lwt_io.input Lwt_io.channel ->
Lwt_io.output Lwt_io.channel ->
unit Lwt.t) ->
unit Lwt.t