aboutsummaryrefslogtreecommitdiffstats
path: root/lib/edioutput/EDIConfig.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2022-08-19 17:19:16 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2022-08-19 17:19:16 +0200
commit8007dffae5fee4fcc81fcb5f888e0ee138db6e1e (patch)
treef0ef8f06c046ce7242736078367000769b1fff4a /lib/edioutput/EDIConfig.h
parentfe2c5e875e6410376f4dc2e9257b3beaf52d33e0 (diff)
downloadODR-SourceCompanion-8007dffae5fee4fcc81fcb5f888e0ee138db6e1e.tar.gz
ODR-SourceCompanion-8007dffae5fee4fcc81fcb5f888e0ee138db6e1e.tar.bz2
ODR-SourceCompanion-8007dffae5fee4fcc81fcb5f888e0ee138db6e1e.zip
Common c23bfcb, fe2a905, 036201c with socket changes
Diffstat (limited to 'lib/edioutput/EDIConfig.h')
-rw-r--r--lib/edioutput/EDIConfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/edioutput/EDIConfig.h b/lib/edioutput/EDIConfig.h
index d57e9ce..a7225a7 100644
--- a/lib/edioutput/EDIConfig.h
+++ b/lib/edioutput/EDIConfig.h
@@ -74,6 +74,9 @@ struct configuration_t {
// Spread transmission of fragments in time. 1.0 = 100% means spreading over the whole duration of a frame (24ms)
// Above 100% means that the fragments are spread over several 24ms periods, interleaving the AF packets.
+ // TCP Server output can preroll a fixed number of previous buffers each time a new client connects.
+ size_t tcp_server_preroll_buffers = 0;
+
bool enabled() const { return destinations.size() > 0; }
void print() const;