package tezos-p2p

  1. Overview
  2. Docs

This module defines a type t which wraps a file descriptor. Most functions simply call the underlying file descriptor function and generate logs with prefix "p2p.fd".

type t
val id : t -> int

id t returns a unique, positive, identifier for t. Identifiers are generated sequentially at creation time.

val read : t -> Bytes.t -> int -> int -> int Lwt.t
val close : t -> (unit, Tezos_error_monad.TzCore.error list) result Lwt.t
val write : t -> Bytes.t -> unit Lwt.t
val connect : t -> Lwt_unix.sockaddr -> unit Lwt.t
module Table : sig ... end
OCaml

Innovation. Community. Security.