Namespace inet
PimAssert
classAssert message DM, SM
Extends
| Name | Type | Description |
|---|---|---|
| PimPacket | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| type | ||
| groupAddress | EncodedGroupAddress | |
| sourceAddress | EncodedUnicastAddress | |
| R | bool | |
| metric | int | |
| metricPreference | int |
Packet operations (observed)
| action | module |
|---|---|
| insertAtFront | PimDm |
| peekAtFront | PimDm |
Source code
// Assert message // DM, SM class PimAssert extends PimPacket { type = Assert; EncodedGroupAddress groupAddress; EncodedUnicastAddress sourceAddress; bool R; int metric; int metricPreference; }File: src/inet/routing/pim/PimPacket.msg