module type Transport_t =sig
..end
Module type for Io functor.
type
t
typebigarray =
(char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t
val sock : t -> Unix.file_descr
val read : t -> Stdlib.Bytes.t -> int -> int -> int
val write : t -> Stdlib.Bytes.t -> int -> int -> int
val ba_write : t -> bigarray -> int -> int -> int