guruofquality / gras

GRAS: The GNU Radio Advanced Scheduler
https://github.com/guruofquality/gras/wiki
Other
23 stars 11 forks source link

post output buffers gets out of sync w/ tags #103

Closed guruofquality closed 11 years ago

guruofquality commented 11 years ago

Normally, output buffers are sent downstream (produce) after tags are sent downstream to ensure synchronization.

The post output buffer API allows this to be violated. Possible solutions are an output buffer queue that is not flushed until after tags are sent.