package atacama

  1. Overview
  2. Docs
type Riot.Telemetry.event +=
  1. | Accepted_connection of {
    1. client_addr : Riot.Net.Addr.stream_addr;
    }
  2. | Connection_started
  3. | Listening of {
    1. socket : Riot.Net.Socket.listen_socket;
    }
OCaml

Innovation. Community. Security.