Message HelloTimeoutMsg

File: Network/RSVP_TE/SignallingMsg.msg

FIXME missing documentation

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:

SignallingMsg

FIXME missing documentation

Fields:

Name Type Description
peer IPAddress
command int

Source code:

message HelloTimeoutMsg extends SignallingMsg
{
    fields:
        IPAddress peer;

        int command = MSG_HELLO_TIMEOUT;
};