Hi,
Please can someone explain to me why in evry neighbour table manipulation we 
find this instruction
Nbr is a TableEntry:
if (Nbr->flags & NBRFLAG_VALID = =0) or
_________________________________
if (Nbr->flags & NBRFLAG_VALID  = =1)
_________________________________
  if (pNbr->flags & NBRFLAG_NEW) {
      pNbr->received++;
      pNbr->lastSeqno = seqno;
      pNbr->flags ^= NBRFLAG_NEW;
    }
_________________________________
What are their necessities?
I am very thankful for your magnanimous.


      
_____________________________________________________________________________ 
Envoyez avec Yahoo! Mail. La boite email la plus appreciƩe au monde. 
http://mail.yahoo.fr
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to