# 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