2.2.3.4 Welcome Message

The Welcome message is sent by a responding node to accept a neighbor connection.

 <xs:complexType name="WelcomeInfo">
   <xs:sequence>
     <xs:element minOccurs="0" name="NodeId" type="xs:unsignedLong" />
     <xs:element minOccurs="0" name="Referrals"
         nillable="true" type="tns:ArrayOfReferral" />
   </xs:sequence>
 </xs:complexType>
 <xs:element name="WelcomeInfo" nillable="true" type="tns:WelcomeInfo" />
 <xs:element name="Welcome" nillable="true" type="tns:WelcomeInfo" />

Element

Description

Welcome

Indicates to the requesting node that a connection request has been accepted.

WelcomeInfo/NodeId

MUST contain the NodeId of the responding node.

WelcomeInfo/Referrals

A collection of Referral elements. Each element in the Referrals collection MUST refer to a neighbor to which the responding node is currently connected.