Skip to content

rist_receiver_data_read: timedwait before buffer selection.

Gijs Peskens requested to merge refactor_data_read into master

Change rist_receiver_data_read so that we do the pthread_cond_timedwait on an empty queue before picking a buffer as to increase our chances of returning a buffer. Modify return to return the remaining buffers on queue +1.

Merge request reports