View Single Post
  #1 (permalink)  
Old January 12th, 2002
Tamama Tamama is offline
Enthusiast
 
Join Date: January 1st, 2002
Posts: 34
Tamama is flying high
Question 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?
Reply With Quote