Hello,
Some questions about CC2420ReceiveP
  1. the m_missed_packets variable is a  REAL number of packets we missed because we were doing something else ?
  2. When this case (else code) occurs (practically/physically)?
          else
            {
                // Length is too large; we have to flush the entire Rx FIFO
                flush();
                m_overflow_packets++;    //lost packets for length > 40 Bytes
            }


thanks Paolo.
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to