Routing, finding double links Holas,
Consider this network
A - B - C - A
If B does a query A gets the query twice. A needs to see this and drop the duplicate.
I simply check my routing tables on the other connections to see if a route already exists, and if so drop it. This requires me to access my routing tables of all connections for every packet that needs to be routed.
Does anyone know any other ways? |