Services.P2Pval post_connect :
< meth : [ `POST ]
; input : Tezos_base.P2p_point.Id.t
; output : unit
; prefix : unit
; params : unit
; query : < timeout : Ptime.Span.t option > >
serviceA 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 ... endmodule Peers : sig ... endmodule Gossipsub : sig ... end