module Sendmsg_lwt:sig
..end
Lwt
This module mirrors Sendmsg
. Consult that interface for details.
v0.0.2 — homepage
val send : Lwt_unix.file_descr ->
?fd:Lwt_unix.file_descr -> bytes -> int -> int -> int Lwt.t
val recv : Lwt_unix.file_descr ->
bytes -> int -> int -> (int * Lwt_unix.file_descr option) Lwt.t
val sendv : Lwt_unix.file_descr -> ?fd:Lwt_unix.file_descr -> bytes array -> int Lwt.t
val recvv : Lwt_unix.file_descr ->
bytes array -> (int * Lwt_unix.file_descr option) Lwt.t