Notice that:
|
|
|
|
Let h = length (#hops) of the source route in ROUTE REPLY message; Let r = random(0,1); // Random number between 0 and 1 Let H = hop delay (propagation delay of 1 wireless hop) wait 2×H×(h+r-1) sec; transmit the short-circuit ROUTE REPLY message; |
Example:
|
|
|
|