Message NiceMulticastMessage

File: src/overlay/nice/NiceMessage.msg

(no description)

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:

NiceMessage (message) (no description)

Fields:

Name Type Description
srcNode TransportAddress
hopCount unsigned int
statType int

message type for stats

seqNo unsigned int
command int
layer short
sendTime double
type int

message type

lastHop TransportAddress

Source code:

message NiceMulticastMessage extends NiceMessage
{
    TransportAddress lastHop;
    double sendTime;
    unsigned int seqNo;
    unsigned int hopCount;
}