|
|
Example:
|
Node N receives a message
if ( NextRouter == N (mySelf) )
{
Rotate the source path in message header
Forward the message to the next router in the path
}
else
{
Discard message
}
|
Example:
|
|
|
|
|
Note:
|