[Bro-Commits] [git/bro] topic/jsiwek/pktsrc-idle: Fix packet sources being treated as idle when a packet is available. (31b7e98)

The 2.1 code was also doing the opposite: setting to true if we have a
packet. Not immediately sure if that's necessary.

Robin

Never mind, I see that's there already.

Robin

Yeah, if it reports itself as idle while a packet was just retrieved, then whether or not it’s actually a candidate to be Process()’d can depend on the result of a subsequent select() — seems problematic :slight_smile:

- Jon

(I had mixed up the cases in my mail :slight_smile: