aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 4a835d168ce2d271de00c27f557ae0d236d5d108 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# nfcollect

Collect NFLOG log entries and commit them to stable storage in binary (compressed) format

### References

* libnetfilter_log: https://www.icir.org/gregor/tools/files/doc.libnetfilter_log/html/libnetfilter__log.html
* zstd: https://facebook.github.io/zstd/zstd_manual.html
* mmap: https://stackoverflow.com/questions/35891525/mmap-for-writing-sequential-log-file-for-speed/35891885
* pthread: http://www.cs.cmu.edu/afs/cs/academic/class/15492-f07/www/pthreads.html
* apr_queue: http://apr.apache.org/docs/apr-util/1.3/apr__queue_8h.html