Module H2_lwt_unix__.Tls_io

type descriptor = Tls_lwt.Unix.t
module Io : H2_lwt.IO with type socket = descriptor and type addr = Unix.sockaddr
val make_client : Lwt_unix.file_descr -> Tls_lwt.Unix.t Lwt.t
val make_server : certfile:Lwt_io.file_name -> keyfile:Lwt_io.file_name -> Lwt_unix.file_descr -> Tls_lwt.Unix.t Lwt.t