Packet BootstrapLookupMessage

File: src/common/CommonMessages.msg

Internal message for the BootstrapList lookup listener

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends:

BaseOverlayMessage (packet)

Base class for all messages handled by overlay modules

Fields:

Name Type Description
statType int

message type for stats

type int

message type

Source code:

//
// Internal message for the BootstrapList lookup listener
//
packet BootstrapLookupMessage extends BaseOverlayMessage
{
}