Research Article

An Efficient Local Repair-Based Multi-Constrained Routing for Congestion Control in Wireless Mesh Networks

Algorithm 1

A detour path search algorithm for a link .
procedure SEARCHDETOUR
          A set of detour paths
COMMONNEIGHBOR
for all    do
    A candidate detour path
.append()
if    then
else
if   and   then
SEARCHDETOUR()
end if
if   and   then
SEARCHDETOUR()
end if
end if
end for
return  
end procedure
procedure COMMONNEIGHBOR
      A set of common neighbors of
for all    do
if    then
end if
end for
return  
end procedure