= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type kind =
| Accepting_request
(*We accepted a connection after authentifying the remote peer.
*)| Rejecting_request
(*We rejected a connection after authentifying the remote peer.
*)| Request_rejected
(*The remote peer rejected our connection.
*)| Connection_established
(*We successfully established a authentified connection.
*)| Disconnection
(*We decided to close the connection.
*)| External_disconnection
(*The connection was closed for external reason.
*)
val encoding : t Data_encoding.t