gamemann / XDP-Firewall

A firewall that utilizes the Linux kernel's XDP hook. The XDP hook allows for very fast network processing on Linux systems. This is great for dropping malicious traffic from a (D)DoS attack. IPv6 is supported with this firewall! I hope this helps network engineers/programmers interested in utilizing XDP!
https://deaconn.net/
MIT License
557 stars 91 forks source link

Optimizing main loop #35

Closed Nasty07 closed 1 year ago

Nasty07 commented 1 year ago

Filters map now only gets updated if there is a newer version of the config instead of every update loop.

gamemann commented 1 year ago

Looks good and thank you :)