Services.P2P
val post_connect :
< meth : [ `POST ]
; input : Tezos_base.P2p_point.Id.t
; output : unit
; prefix : unit
; params : unit
; query : < timeout : Ptime.Span.t option > >
service
A service to initiate a connection with another point. The connection is not regularly re-established, contrary to what happens to the initial peers given via the configuration or the CLI.
module Points : sig ... end
module Peers : sig ... end
module Gossipsub : sig ... end