hello well i want to know wht this code means in DSR code n how is it
checking/deciding wether its a good/bad reply on what basis...! i will
really be thankful for your help...! 
  bool good_reply = true;  
  //#ifdef USE_GOD_FEEDBACK
  /* check to see if this reply is valid or not using god info */
  int i;
  
  for (i = 0; i < reply_route.length()-1 ; i++) 
    if (God::instance()->hops(reply_route[i].getNSAddr_t(), 
                              reply_route[i+1].getNSAddr_t()) != 1)
      {
        good_reply = false;
        break;
      }
-- 
View this message in context: 
http://old.nabble.com/good-reply-in-DSR-tp28752072p28752072.html
Sent from the ns-users mailing list archive at Nabble.com.

Reply via email to