From a90c2b99d437069b30f01e6153eb8013eb359234 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 16 May 2016 20:09:01 +0200 Subject: Initialise zmq inputs to prebuffering --- src/dabInputZmq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/dabInputZmq.h b/src/dabInputZmq.h index d13029d..fdd0f1b 100644 --- a/src/dabInputZmq.h +++ b/src/dabInputZmq.h @@ -168,7 +168,7 @@ class DabInputZmqBase : public DabInputBase, public RemoteControllable { m_enable_input(true), m_config(config), m_stats(m_name), - m_prebuf_current(0) { + m_prebuf_current(config.prebuffering) { RC_ADD_PARAMETER(enable, "If the input is enabled. Set to zero to empty the buffer."); -- cgit v1.2.3