discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] benchmark_* not working correctly


From: Tim Meehan
Subject: Re: [Discuss-gnuradio] benchmark_* not working correctly
Date: Sat, 22 Sep 2007 09:43:49 -0700


I suspect that the "pktno" from below is just garbage from false syncs.

I placed some prints in pkt.py

send_pkt places a message on the queue 667 times.

in class queue_watcher_thread
under run
  msg = self.rcvd_pktq.delete_head()   occurs 27 times

Tim

On 9/22/07, Johnathan Corgan <address@hidden > wrote:
Tim Meehan wrote:

> ok = False  pktno =   14  n_rcvd =    1  n_right =    0
> ok = False  pktno =  189  n_rcvd =    2  n_right =    0
> ok = False  pktno =   98  n_rcvd =    3  n_right =    0
> ok = False  pktno =  134  n_rcvd =    4  n_right =    0
>
> ok = False  pktno =  156  n_rcvd =    5  n_right =    0
> ok = False  pktno =  207  n_rcvd =    6  n_right =    0
> ok = False  pktno =  222  n_rcvd =    7  n_right =    0
> ok = False  pktno =  238  n_rcvd =    8  n_right =    0
>
> ok = False  pktno =  218  n_rcvd =    9  n_right =    0
> ok = False  pktno =  358  n_rcvd =   10  n_right =    0

Just to confirm--the above packets have gaps in the receive times?
There are periods where no packets are received?

--
Johnathan Corgan
Corgan Enterprises LLC
http://corganenterprises.com


reply via email to

[Prev in Thread] Current Thread [Next in Thread]