RLRP routing
v.0.1.0
|
Route Reply service message. More...
Public Member Functions | |
def | __init__ (self) |
Constructor. More... | |
def | __str__ (self) |
Default print method. More... | |
Public Attributes | |
id | |
Unique message ID. More... | |
src_ip | |
Source IP address in a string representation form of IPv4 or IPv6 addresses. More... | |
dst_ip | |
Destination IP address in a string representation form of IPv4 or IPv6 addresses. More... | |
hop_count | |
Current hop count value. More... | |
Static Public Attributes | |
type = int() | |
Type ID of RREP message. More... | |
Route Reply service message.
This service message is used for both IPv4 and IPv6 L3 addressing cases.
def Messages.RrepMessage.__init__ | ( | self | ) |
Constructor.
self | The object pointer. |
def Messages.RrepMessage.__str__ | ( | self | ) |
Default print method.
self | The object pointer. |
Messages.RrepMessage.dst_ip |
Destination IP address in a string representation form of IPv4 or IPv6 addresses.
Messages.RrepMessage.hop_count |
Current hop count value.
Messages.RrepMessage.id |
Unique message ID.
Messages.RrepMessage.src_ip |
Source IP address in a string representation form of IPv4 or IPv6 addresses.
|
static |
Type ID of RREP message.
This type ID value is being set in Messages.pack_message function, depending on L3 addressing type this message contains. In case of IPv4 - type ID is 4, in case of IPv6 - type ID is 5.