Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed more SonarCloud complaints. | Toni Uhlig | 2023-11-07 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Event I/O abstraction layer. (#28) | Toni | 2023-11-06 |
| | | | | | | | | | | | * Finalize Event I/O abstraction layer. * Fix possible fd leakage, Gitlab-CI build and error logging. * Fixed possible uninitialized signalfd variable. * Fixed possible memory leak. * Fixed some SonarCloud complaints. * Fixed nDPId-test nDPIsrvd-arpa-mockup stuck indefinitely. * Add nDPId / nDPIsrvd command line option to use poll() on Linux instead of the default epoll(). Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | nDPId event I/O fixes. | Toni Uhlig | 2023-10-05 |
| | | | | | | | | * forcibly disable epoll even if available * nDPId-test event I/O selftest * CI event I/O tests Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Add event I/O abstraction. | Toni Uhlig | 2023-09-10 |
* required to support non-Linux OS e.g. Mac OS X / BSD * see Github issue #19 Signed-off-by: Toni Uhlig <matzeton@googlemail.com> |