Skip to content

Make errors from nfq_handle_packet nonfatal

Ghost User requested to merge handle-nonfatal into master

We don't want to kill the whole thread, we want to just log it and try to figure out what might go wrong.

This is a partial solution/step to the solution of #2.

Merge request reports