oremanj / python-netfilterqueue

Python bindings for libnetfilter_queue
MIT License
248 stars 96 forks source link

added in/outdev getters and performance improvements. #87

Closed DOWRIGHTTV closed 1 year ago

DOWRIGHTTV commented 2 years ago

here is an example of what i am talking about. it is a derivative work of this repo from last year that actually takes on the basic protocol parsing for the user and releases the GIL prior to parsing. https://github.com/DOWRIGHTTV/dnx_nfqueue/blob/master/dnx_nfqueue.pyx

oremanj commented 1 year ago

I recently added indev/outdev attributes using a different approach. Closing this since you didn't respond to my comments.