ConnectRequest
ConnectResponse
Purpose
Establish connection to a node.
Type
Reception:
ConnectRequestV1
Record with fields:
Node to connect to.
Triggers:
ConnectResponseV1
Behaviour
Establish connection to the specified node, if not yet connected.
Message flow
sequenceDiagram
%% --8<-- [start:sequence]
Topology ->>+ Transport: ConnectRequest
Transport -->>- Topology: ConnectResponse
%% --8<-- [end:sequence]
(Wiki) links on this page