d04b4c47cd
fstrm is an optimized C implementation of Frame Streams that includes a fast, lockless circular queue implementation and exposes library interfaces for setting up a dedicated Frame Streams I/O thread and asynchronously submitting data frames for transport from worker threads. It was originally written to facilitate the addition of high speed binary logging to DNS servers written in C using the dnstap log format. WWW: https://github.com/farsightsec/fstrm PR: 199292 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com>
15 lines
312 B
Text
15 lines
312 B
Text
bin/fstrm_capture
|
|
bin/fstrm_dump
|
|
include/fstrm.h
|
|
include/fstrm/control.h
|
|
include/fstrm/file.h
|
|
include/fstrm/iothr.h
|
|
include/fstrm/rdwr.h
|
|
include/fstrm/reader.h
|
|
include/fstrm/unix_writer.h
|
|
include/fstrm/writer.h
|
|
lib/libfstrm.a
|
|
lib/libfstrm.so
|
|
lib/libfstrm.so.0
|
|
lib/libfstrm.so.0.0.0
|
|
libdata/pkgconfig/libfstrm.pc
|