2.2.2.11 FLOOD

The FLOOD message is used to send a record from one node to another.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

Message

Version

Message Type

Reserved1

Record Offset

Reserved2

Record Data (variable)

...

Message (4 bytes): The total number of bytes in the message.

Version (1 byte): The Peer-to-Peer Graphing Protocol version number. This MUST be set to 0x10 to signify version 1.0.

Message Type (1 byte): MUST be set to 0x0B.

Reserved1 (2 bytes): MUST be set to zero and ignored on receipt.

Record Offset (2 bytes): The offset, in bytes, from the beginning of the message to the Record Data.

Reserved2 (2 bytes): MUST be set to zero and MUST be ignored on receipt.

Record Data (variable): The record data, in PEER_RECORD (section 2.2.1.9) format.