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 <[EMAIL PROTECTED]> 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
>
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to