Optimizing main loop (#35)

* Mem leak fix

Memleak fix for strdup()

* Typo fix

forgot ;

* Optimizing Main Loop

Filtersmap will only be updated if there is a newer version of our config.

* Include sys/stat.h

* Added myself in the credits

Thanks for the trust
This commit is contained in:
Phil
2023-01-22 00:18:11 +02:00
committed by GitHub
parent 48b52ae645
commit 7b577e9548
2 changed files with 21 additions and 11 deletions

View File

@@ -179,3 +179,4 @@ This XDP project performs basic layer 3/4 forwarding using source port mapping s
## Credits
* [Christian Deacon](https://github.com/gamemann) - Creator.
* [Phil](https://github.com/Nasty07) - Contributor.