hi all,
 
  In ChannelMon.nc, the backoff number setting like this: "CM_waiting = (call 
Random.rand() & 0x3f) + 100; ". what the "100" stand for? why 100?
 
 command result_t ChannelMon.macDelay() {
    CM_search[0] = 0xff;
    if(CM_waiting == -1) {
      CM_waiting = (call Random.rand() & 0x3f) + 100; //what the "100" stand 
for?why 100???????????????
   }
    return SUCCESS;
  }
 
 
 
 
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to