hi,when I read suricata code,the following two data item slot_pre_pq and slot_post_pq    confused me<br>In a packet process path,when should we use slot_pre_pq and when we should use slot_post_pq?<br>can anyone show an example ??<br>
<br>thanks!!<br><br> /* queue filled by the SlotFunc with packets that will<br>     * be processed futher _before_ the current packet.<br>     * The locks in the queue are NOT used */<br>    PacketQueue slot_pre_pq;<br><br>
    /* queue filled by the SlotFunc with packets that will<br>     * be processed futher _after_ the current packet. The<br>     * locks in the queue are NOT used */<br>    PacketQueue slot_post_pq;<br>