Module Ssl_io.Io
type socket= descriptortype addr= Unix.sockaddr
val read : socket -> Bigstringaf.t -> off:int -> len:int -> [ `Eof | `Ok of int ] Lwt.tThe region
(off, off + len)is where read bytes can be written to
Ssl_io.Iotype socket = descriptortype addr = Unix.sockaddrval read : socket -> Bigstringaf.t -> off:int -> len:int -> [ `Eof | `Ok of int ] Lwt.tThe region (off, off + len) is where read bytes can be written to