Message SearchMessage

File: Overlay/Gia/GiaMessage.msg

Search message

Author: Robert Palmer

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

GiaIDMessage

A GiaMessage extended by an unique ID-Field

Author: Robert Palmer

Fields:

Name Type Description
searchKey OverlayKey

searched key

maxResponses int

maximum responses to this search message

reversePath OverlayKey[]

vector containing all nodes which this search message passes

foundNode OverlayKey[]

vector containing all nodes which contain the searched key

Source code:

message SearchMessage extends GiaIDMessage
{
   fields:
        OverlayKey searchKey;    // searched key
        int maxResponses;    // maximum responses to this search message
        OverlayKey reversePath[];    // vector containing all nodes which this search message passes
        OverlayKey foundNode[];    // vector containing all nodes which contain the searched key
};