Tcp_socketSourceval pp_write_error :
Format.formatter ->
[< `Closed | `Exn of exn | `Refused | `Timeout ] ->
unitval read :
Lwt_unix.file_descr ->
([> `Data of Cstruct.t | `Eof ], [> `Exn of exn ]) result Lwt.tval write :
Lwt_unix.file_descr ->
Cstruct.t ->
(unit, [> `Closed | `Exn of exn ]) result Lwt.tval writev :
Lwt_unix.file_descr ->
Cstruct.t list ->
(unit, [> `Closed | `Exn of exn ]) result Lwt.tval write_nodelay :
Lwt_unix.file_descr ->
Cstruct.t ->
(unit, [> `Closed | `Exn of exn ]) result Lwt.tval writev_nodelay :
Lwt_unix.file_descr ->
Cstruct.t list ->
(unit, [> `Closed | `Exn of exn ]) result Lwt.t