@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := libfstrm
PKG_VERSION := 0.5.0
PKG_RELEASE = 1
PKG_RELEASE = 2
PKG_SOURCE := fstrm-$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := https://dl.farsightsecurity.com/dist/fstrm/
@ -23,16 +23,17 @@ include $(INCLUDE_DIR)/package.mk
d e f i n e P a c k a g e / l i b f s t r m
SECTION:= libs
CATEGORY:= Libraries
TITLE:= This is fstrm, a C implementation of the Frame Streams data transport protocol.
TITLE:= C implementation of the Frame Streams data transport protocol
URL:= https://github.com/farsightsec/fstrm
e n d e f
d e f i n e P a c k a g e / l i b f s t r m / d e s c r i p t i o n
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.
f s t r m i s a n o p t i m i z e d C i m p l e m e n t a t i o n o f F r a m e S t r e a m s t h a t i n c l u d e s a f a s t ,
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.
e n d e f
CONFIGURE_ARGS += \