From 7b2e6168b049be9e7852b2d364d897592eff69fc Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 8 Mar 2020 16:23:41 +0100 Subject: Fix 64-bit ids, ROOF ids are big-endian, skip incomplete datasets at the end and if with specified latency, try to reconstruct from desynchronized streams (harmful, debugging only) --- src/ufo-roof-config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ufo-roof-config.h') diff --git a/src/ufo-roof-config.h b/src/ufo-roof-config.h index 34bef0b..8718381 100644 --- a/src/ufo-roof-config.h +++ b/src/ufo-roof-config.h @@ -37,6 +37,7 @@ typedef struct { guint max_packet_size; // payload_size + header_size + ... (we don't care if tail is variable length provided that the complete packet does not exceed max_packet_size bytes) guint buffer_size; // How many datasets we can buffer. There is no sense to have more than 2 for odered protocols (default), but having larger number could help for UDP if significant order disturbances are expected guint drop_buffers; // If we are slow and lost some buffers, we may drop more than minimally necessary to catch up. + guint latency_buffers; // We skip incomplete buffers if later (at least latency_buffer in future) dataset is already ready, 0 - never skip guint network_timeout; // Maximum time (us) to wait for data on the socket -- cgit v1.2.3