Event and packet scheduling in Bro

What algorithms does Bro use to pick the next packet from the input
queue of a packet source? Is it plain FIFO or something more
sophisticated? Same thing at the event layer: is there a concrete
strategy to select the next event from the queue?

    Matthias

Just FIFO in both cases.

Robin